Summary

Resources

Blind Auction Flow Chart

Notes\ Code

Time for the unit project, which is to build a silent auction. Here is our task list:

  1. Ask the user for input
  2. Save data into dictionary {name: price}
  3. Whether if new bids need to be added
  4. Compare bids in dictionary

We are also told:

Clearing the Output

There are several ways of clearing the output. The easiest is to simply print "\n" many times so that the output scrolls down many lines.