Basics
Clock
You must create a program that prints out a picture of an analog clock.
Must have
Clock
You must create a program that prints out a picture of an analog clock.
Must have
- print statements
Conditions and Loops Challenge
Functions
Rock Paper Scissors Game
Must have
Rock Paper Scissors Game
Must have
- A loop for the user to decide when to quit
- A function for game-play
- User plays against the computer
- Computer can not decide based off the users input.
Other Data Types
User List
Create a program that asks a user for a list (e.g groceries, classes) and each input is saved. Then look at the items and if you see a particular item respond with a funny statement or movie quote.
User List
Create a program that asks a user for a list (e.g groceries, classes) and each input is saved. Then look at the items and if you see a particular item respond with a funny statement or movie quote.