Ostronkex / 100-Days-of-Code-The-Complete-Python-Pro-Bootcamp-Solutions

My solutions for the tasks over at 100 Days of Code: The Complete Python Pro Bootcamp by Angela Yu
MIT License
0 stars 0 forks source link

Handle multiple bidders #11

Closed Ostronkex closed 4 weeks ago

Ostronkex commented 1 month ago

https://github.com/Ostronkex/100-Days-of-Code-The-Complete-Python-Pro-Bootcamp-Solutions/blob/c77f2ac18cf5b1f1800ae9acdc91667cfbc9a713/Day9/SilentAuction.py#L30

Handle multiple bidders by either using different dictionaries or nest different bidders in the same dictionary I.E. bidders = { Use the inputs to create the key:value pairs, let's say bidder_ + input(name)