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

A. Time.sleep ()
B. Time.pause (60)
C. Time.gap (60)
D. Time.sleep (60)

D. Time.sleep (60)