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

Initial setup with name and bid #9

Closed Ostronkex closed 2 months ago

Ostronkex commented 2 months ago

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

Create an initial setup for one user with name and bid stored in a dictionary.

Handle multiple users later

Ostronkex commented 2 months ago

Obsolete, code was already handling one user.