Mad Libs Generator
You will learn how to get input from the user, work with f-strings, and see your results printed to the console.
Open
Number Guessing
You will learn how to work with Python's random module, build functions, work with while loops and conditionals, and get user input.
Open
Rock, paper, scissors Python Project
You will work with random.choice(), if statements, and getting user input. This is a great project to help you build on the fundamentals like conditionals and functions.
Open