What's the point of using elif, I can save time by using if instead.
Name:
Anonymous2010-01-16 21:19
It's more for readability. You can have a separate if statement in an elif, so for the sake of readability elif helps visualize nested functions. My 2 cents.... But yeah elif is pretty pointless.