Python Program: Silent Auction

By carriekaler Feb23,2024

100 Days of Code: The Complete Python Pro Boot Camp – Day 9 Project

Create a ‘Silent Auction’ program that will ask users to enter their name and bid amount.

Then ask if there are any other bidders. If yes, clear the screen so that the new bidders do not see any prior bid information. Then ask them for their name and bid as well.

Continue until there are no more bidders. Then evaluate all the bids in order to communicate which bidder won and their bid amount.

  1. Choose ‘Open in Replit’
  2. Select ‘Run’ to play/replay the game.
  3. Enter answers into the console where you see the tiny square at the end of sentences.

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *