Z
Z
Zorroti2021-08-20 20:07:51
Python
Zorroti, 2021-08-20 20:07:51

What happened to the python time module?

Hello dear colleagues. Today I tried to install the time module but pip can't find a module with that name.
Python version 3.9

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Z
zexer, 2021-08-20
@Zorroti

This module is part of the standard library, it does not need to be installed via pip

R
RusiDev, 2021-08-20
@RusiDev

Just write
import time
at the very beginning of the document. This is the Python standard library

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question