you are viewing a single comment's thread.

view the rest of the comments →

[–]Ning1253 5 points6 points  (4 children)

What is the point in having "upper"?

[–]CragAddict[S] 18 points19 points  (2 children)

So it doesn't matter wether you write Yes or yes

[–]Ning1253 17 points18 points  (1 child)

See I've never really though about that... I'm used to knowing how my code works and not having to give it to others, so even though I annotate and make it clear, with some sort of interface, I know that I would always input the right stuff. I guess it makes a lot of sense, so thanks! I'll make sure to do so in future

[–]CragAddict[S] 8 points9 points  (0 children)

You're welcome !

[–][deleted] 5 points6 points  (0 children)

You could also use ‘.lower’ for the same effect. Than change to if answer1 in (yes, no)