Meet Python and write your very first lines of code. Learn how to make the computer talk!
Create variables to store your name, favorite color, food, and dream job. Tell Py about yourself!
Help Py use Python to add, subtract, multiply, and divide numbers like a calculator!
Use strings to create your own fun message, favorite quote, or silly sentence using +!
Write a program that asks the user their name and favorite animal, then responds back!
Use if statements to help Py make decisions based on the user's answer. Add else too!
Use loops to repeat words, count numbers, or print a cheer multiple times without rewriting code!
Make a list of items Py should bring and print them out. Use index, len(), and append()!
Use a loop to go through a list and print each item one by one. The ultimate combo!
Create a function that prints a welcome message, joke, or fun fact โ then call it anytime!
Create a mini game like a guessing game, trivia question, or lucky number challenge!
Create your own mini Python project using everything you've learned. Make it your own! ๐