On Thu, Oct 02, 2008 at 09:41:37PM +0000, [EMAIL PROTECTED] wrote:
> for count in range (len(Grades)):
> grades_file_2.write(str("%.2f"% (len(Grades))) + "\n")
^^^^^^^^^^^^Look at what you're actually writing for each count. See anything amiss there? -- Steve Willoughby | Using billion-dollar satellites [EMAIL PROTECTED] | to hunt for Tupperware. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
