Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkx8326/the_secret_auction_program_with_python
This simple program 'secretly' takes names and bidding values from each bidder and announce the auction winner after the user declare that there's no more next bidder. This program makes use of dictionary, for-loop, and simple comparison algorithm to get the information about the highest bidder. In the end, the name and the bidding value of the highest bidder will be displayed.
https://github.com/pkx8326/the_secret_auction_program_with_python
auction dictionary python
Last synced: 1 day ago
JSON representation
This simple program 'secretly' takes names and bidding values from each bidder and announce the auction winner after the user declare that there's no more next bidder. This program makes use of dictionary, for-loop, and simple comparison algorithm to get the information about the highest bidder. In the end, the name and the bidding value of the highest bidder will be displayed.
- Host: GitHub
- URL: https://github.com/pkx8326/the_secret_auction_program_with_python
- Owner: pkx8326
- Created: 2022-01-29T09:48:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T09:51:39.000Z (almost 3 years ago)
- Last Synced: 2024-01-08T11:17:47.997Z (10 months ago)
- Topics: auction, dictionary, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The_Secret_Auction_Program_with_Python
This simple program 'secretly' takes names and bidding values from each bidder and announce the auction winner after the user declare that there's no more next bidder. This program makes use of dictionary, for-loop, and simple comparison algorithm to get the information about the highest bidder. In the end, the name and the bidding value of the highest bidder will be displayed.This program was inspired by a lesson in the "100 Days of Code: The Complete Python Pro Bootcamp 2022" by Angela Yu on Udemy. You can check the following link (not a ref. link) for the course: https://www.udemy.com/course/100-days-of-code/
The ASCII art is also a part of the material in the lesson and can be found here: https://replit.com/@appbrewery/blind-auction-start#art.py