« All Events
5 PM – Intro To Python – Gamas
February 24, 2023 @ 5:30 pm - 6:30 pm
Homework
- Continue on Feb24_RobuxShoppingCart.py
- Add codes so your program can do the following features
Welcome to Robux Bank, you have 300 robux in the beginning.
What do you want to do:
1. Buy hat 100 Robux
2. Buy hair 150 Robux
3. VIP Server 500 Robux
4. Add more Robux
Enter your selection. Enter “done” when finish: 1
You have purchased hat for 100 Robux. You have 200 robux remaining.
What do you want to do:
1. Buy hat 100 Robux
2. Buy hair 150 Robux
3. VIP Server 500 Robux
4. Add more Robux
Enter your selection. Enter “done” when finish: 2
You have purchased hair for 150 Robux. You have 50 robux remaining.
What do you want to do:
1. Buy hat 100 Robux
2. Buy hair 150 Robux
3. VIP Server 500 Robux
4. Add more Robux
Enter your selection. Enter “done” when finish: done
You have purchased the following items
HAT
HAIR
You have 50 robux remaining.