Skip to content

This is a simple Python program that simulates a silent auction. Users can enter their names and bid amounts, and the program determines the winner with the highest bid.

Notifications You must be signed in to change notification settings

imDarshanGK/silent-auction-program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

silent auction program

Clearing the Console

This program includes functionality to clear the console screen between bids. The method used to clear the console varies by operating system:

Windows: The console is cleared using the 'cls' command. Linux/MacOS: The console is cleared using the 'clear' command.

About

This is a simple Python program that simulates a silent auction. Users can enter their names and bid amounts, and the program determines the winner with the highest bid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages