Additional thought on that last one: It's more efficient if you convert the input to lowercase before you store it to name. This saves repetition of the operation in the if/elif/else structure.
if/elif/else
[ Home | Post Entry | Log in | Search | Browse Options | Site Map ]
no subject
Additional thought on that last one: It's more efficient if you convert the input to lowercase before you store it to name. This saves repetition of the operation in the
if/elif/else
structure.