Vidyalelo
Python · Q179

Module in Python

Programming · Python · question 179

Q179

The sleep function (under the time module) is used to . . . . . . . .

A.
Pause the code for the specified number of seconds
Answer
B.
Return the specified number of seconds, in terms of milliseconds
C.
Stop the execution of the code
D.
Return the output of the code had it been executed earlier by the specified number of seconds

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board