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)

1 answer

time.sleep(60)