32.4k views
5 votes
Holly wants to add a line of code to a program that will pause the execution of the program. Which module does Holly need to import to do this?

A.
math

B.
numbers

C.
pause

D.
time

User Issachar
by
7.9k points

2 Answers

0 votes
Which module does Holly need to impostor do this? It’s D
User Abstrus
by
7.2k points
4 votes

Answer:

Step-by-step explanation:

To pause the execution of a program, Holly needs to import the time module.

The correct option is D. time.

The time module in Python provides functions that allow you to work with time-related operations, including pausing or delaying the execution of a program. By importing the time module, Holly can make use of the time.sleep() function, which can introduce a pause or delay in the program's execution for a specified duration.

User Nam Vo
by
8.2k points

No related questions found