Print statements
print(context)
Input statements (cont.)
input(question)
Concatenation
string + variable + string
If statements
if...
Else if statements
elif...
Else statements
else...
While loops
while...
For loops
for...
Input statement variations
...with integers
int(input(question))
...with floats
float(input(question))
While loop variations
...with flag variables
while...
...with a counter variable
while...
For loop variations
...with multiple arrays
for...
Concatenation variations
...with integers or floats
string +...

I’m a Miami University (OH) 2021 alumni who majored in Information Systems. At Miami, I tutored students in Python, SQL, JavaScript, and HTML for 2+ years. I’m a huge fantasy football fan, Marvel nerd, and love hanging out with my friends here in Chicago where I currently reside.