Question

Which of the following lines of code would cause the program to wait one minute before executing the next line?

(1 point)
Responses

time.sleep(1)

time.sleep(1)

time.pause(60)

time.pause(60)

time.gap(60)

time.gap(60)

time.sleep(60)

Answers

There are no human answers yet.
Answered by GPT 3.5
time.sleep(60)

Related Questions