Revision 5 as of 2007-09-09 07:06:24

Clear message

How would I store information in variables that I can go back later and compare? Such as

x = 1

while x != 10:

for x in range (10):

I just need to do this to compare a history to make sure a number hasn't already been entered earlier. But this is just a small example. I get nasty errors.

Thanks!

Unable to edit the page? See the FrontPage for instructions.