187k views
21 votes
Choose the missing term.

___ time

time.sleep(3)

1.form
2.insert
3.import

User Gerda
by
6.8k points

1 Answer

9 votes

Answer:

import

Step-by-step explanation:

the import keyword is used to import external modules into a python script.

User Adowrath
by
6.5k points