Functions
What function types out a string in the console?
What function in the random library gets a random integer between 2 integers?
random.randint
What function gives a string typed into the console by the player?
input
What function in the time library pauses the program for a specific number of seconds?
time.sleep
What function adds in an external library into your code?
import
What function in the random library mixes a list?
random.shuffle
What function defines a function?
def
What function in the math library returns pi?
What function converts "True" to True and "False" to False?
bool
What function returns the time since January 1, 1970?
time.time