199,440 views
11 votes
11 votes
You want to use the sleep function in your program and only the sleep function. The following line of code will allow you to do so.

time import sleep

User Cameron McGrane
by
3.3k points

1 Answer

6 votes
6 votes

Answer:

from time import sleep

Step-by-step explanation:

Not sure what the question is, but assuming the question is "How would you import only sleep from time?" and the language is python, this is the answer.

User Smatthewenglish
by
3.1k points