> When running it, either returned values are wrong or the script > seems to enter in an infinite loop showing no return values at all.
One other tip: "for" loops are usually more practical when you know exactly how many times you want to loop (100 coin flips). "while" loops are usually more practical when you don't know in advance how many times it might loop. Alan _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor