Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- components = ("Processor",
- "RAM",
- "Storage",
- "Screen",
- "Case",
- "USB ports")
- choices = ("P3",
- "P5",
- "P7",
- "16GB",
- "32GB",
- "1TB",
- "2TB",
- "19\"",
- "23\"",
- "Mini Tower",
- "Midi Tower",
- "2 ports",
- "4 ports")
- prices = (100, 120, 200, 75, 150, 50, 100, 65, 120, 40, 70, 10, 20)
- def choose_set(component, choice):
- print("Your choice was: ", components[component], choices[choice], prices[price])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement