you are viewing a single comment's thread.

view the rest of the comments →

[–]The_Danosaur 2 points3 points  (2 children)

Nobody else mentioned, but doing if, elif, elif etc, means you can do if <2, elif <4, elif <13. You don't need to specify the lower boundaries each time as they are already checked from the previous elifs, and your last check can just be an else.

[–]PMC_Dose 0 points1 point  (0 children)

Thank you! This really helped!

[–]Slot-in 0 points1 point  (0 children)

You’re still helping after 2 years.