[Tutor] Help on float & round.

Greg Chapman greg@gregmchapman.info
Wed Jun 11 00:58:02 2003


oops, the print statement should be: 
print "Current Price: %.2f" % (stock[2])

You dont need the temp variable anymore if you're not using round()

greg