Name an interpreted language.
What could you use to edit a Python file?
Name a module used to specify a time to wait in Python
Name a module you would use to identify the date in Python
Which is correct?
import time
importtime
import(time)
import.time
Which of the following is NOT an interpreted language?
Perl
Python
C
Which statement would you use to output text in Python?
Print
Echo
Import
Post
How would you end a Python session?
exit
quit
exit()
quit()
Name a benefit of using Interpreted languages