A Python program where users submit bids anonymously. It stores names and bids in a dictionary, checks for new entries, and determines the highest bidder.
Pranjal Sarnaik
- Collects user input for bids (name and price).
- Stores data in a dictionary ({name: price}).
- Uses while loops for repeated input and decision-making.
- Allows for bid comparisons to determine the highest bid.
Intermediate | Python | Functions | Loops | Dictionaries | User Input Handling | Auction | CLI | User Interaction
- Clone the repo:
git clone https://github.com/pranjalco/blind-auction-project-intermediate.git
- Run:
python app.py
Created by Pranjal Sarnaik
© 2024. All rights reserved.