variable
allows you to store data in the program
comment
note in the code for the programmer
input
something the user types in
prints anything after this command to the screen
debug
solve issues with code
triple speech marks
for long sentences or paragraphs of text
from
tells the program which library to import from
import
adds functionality from a library
sleep
a pause in seconds
string
letter or characters that are printed in the program
IDLE
used to write and compile Python code
library
gives you access to other Python features. An example is import random or from time import sleep