Sorry , the tab button doesn't work for text in google mail, and it
jumped to send

>>

  import random
> for x in range(1,10):
        print (random.random())

This assigns a new random each time, where as outside the for loop it
assigns it once.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to