Closed Ostronkex closed 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
Obsolete, code was already handling one user.
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