101k views
1 vote
Which statement is true?

You can use the time module when you first open IDLE.

While the time module is part of the Python Standard Library, you must load the module into active memory in order to use its methods and functions.

After you install Python, you need to download the time module from the Python website before you can use it.

You can access the time module by using an "insert time" statement.

2 Answers

5 votes

Answer:

B

Step-by-step explanation:

The time module is part of the PSL, and with any library, you need to load the module into memory to use its features.

User Shahab J
by
5.2k points
3 votes
  1. When using IDLE, you CANNOT run a Python program module without saving it.
User Guang
by
4.8k points