- This event has passed.
7 PM – Intro To Python – Joshua
December 12, 2024 @ 7:00 pm - 8:00 pm
Today We Did:
- Quiz review
- for loops
- while loops
- creating lists
- data types
Homework
#Name your homework post_quiz_review.py
#Create a list of your favorite games
# pick 1 of your favorite to have a special message
# use a for loop, and go through each game
# it it is your favorite, print “______ is my favorite game!”
# else your print ” I have played _________”
# your hint f”I have played {insert input here}: