News

If you think a rule is stupid, try not using it. Rules for Loops 1. Use a while-loop only to loop forever, and that means probably NEVER. This only applies to Python; other languages are DIFFERENT!!!!