Press buttons. Boss the computer around.
Use print() to make the computer say whatever you want!
Computers do math instantly. Multiplication uses the * star key!
A variable is just a labelled box that holds your stuff.
Use the + sign to glue words together into one monster word!
Multiply a word by a number to repeat it instantly.
len() counts every letter inside a word so you don't have to!
Turn any lowercase text into ALL CAPS with .upper().
Ask the computer a question and it answers True or False.
Square brackets [ ] hold a whole list of items together.
Use if to tell the computer to only do something when a condition is met.
Don't code stuff 3 times. Use a for loop to repeat it!
Use def to build your own customized superpower!