2011-03-01, 10:49 AM
Alley Wrote:You can't have 2 else statements in a definition. Its okay, I'll just copy it from a friend or something.. Thanks for trying.
Confusing, but an else statement after a for loop in Python, is syntactic sugar for lines that should execute if and only if the loop executed without break-ing.

