- This event has passed.
Wed 5pm Intro To Python – Bill
March 9, 2022 @ 5:00 pm - 6:00 pm
Today We:
- Went over the Robux System Homework
- Used a function to reduce code duplication
Your HW:
- Make it so when the user enters 3, you use the purchase_item function instead of the if else chunk of code
- Make it so when the user exits, the list of items is printed out with the numbering
- Ex:
1. Hat
2. Hair
3. Hat
- Ex:
- You will have to look at old code we did (Hint: use a for loop with an index)