FileIO problem
i'm havin a problem with this simple program. i need the output of this loop to be written to a file but i dont know how to do it!! this is what i have right now: gclas = raw_input("What is the class:") count = 0 while count != 1000: count = count + 1 print "Admin forceclass " , count , gc
Re: FileIO problem
thnx guys it was late and had just come from a bar and didnt reread the lines. thnx again for the help -- http://mail.python.org/mailman/listinfo/python-list