Difference between revisions of "Time (Python)"
(→Time Module(Python)) |
(→Time Module(Python)) |
||
Line 1: | Line 1: | ||
− | The time module is a module that allows [[Python]] to perform specific actions for a limited time. When using the Time module, remember to type | + | The time module is a module that allows [[Python]] to perform specific actions for a limited time. When using the Time module, remember to type |
− | import time | + | import time |
− | before using this module in your python code | + | before using this module in your python code. |
Revision as of 14:05, 6 May 2024
The time module is a module that allows Python to perform specific actions for a limited time. When using the Time module, remember to type
import time
before using this module in your python code.