- This event has passed.
10:30 AM – Intro To Python – Bill
March 23 @ 10:30 am - 11:30 am
Your HW:
- Create a new file called Mar_23_LoopPracticeHW
- Create a list called games and fill it with your favorite games
- Create an empty list called account
- Loop through your list of games and add each item into the empty account list
- Print out every item in the account list using a loop after the process using a loop to make sure everything was copied over