Modulok wrote:

> if number <= 10 and number >= 1:

I like that you can spell that

if 1 <= number <= 10:

in Python. 


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to