American Young Coder (AYC)

AYC logo
Loading Events

« All Events

  • This event has passed.

6 PM – Intro To Python – Bill

June 11, 2022 @ 6:00 pm - 7:00 pm

Today We:
  1. Continued the Shopping Cart project
  2. Created a list of strings to hold all the items the user has purchased
  3. Created a new add_item_to_cart function with 2 parameters: item_name and cost
  4. Listed all the items the user purchased after they exit the program
  5. Finished the Shopping Cart project
Your HW:
  1. Create a new program called “June_11_RobuxShoppingCart”. This program will be similar to the shopping cart program that we made:
    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
    5. Exit
    Enter your selection: 1
    You purchased a Hat. 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
    5. Exit
    Enter your selection: 2
    You purchased a Hair. 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
    5. Exit
    Enter your selection: 3
    You only have 50 robux remaining. Therefore you cannot purchase VIP Server for 500 robux.
    
    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
    5. Exit
    Enter your selection: 5
    
    You have purchased the following items:
    1. Hat
    2. Hair
    Your remaining Robux balance is 50 Robux.

    Please allow the user to keep track of the amount of money spent and the items purchased. You do not need to worry about option 4 yet, we will cover this in the next class.

    If you have any questions, please email me at billhan@ayclogic.com

Details

Date:
June 11, 2022
Time:
6:00 pm - 7:00 pm
Verified by MonsterInsights