News

For example, you almost certainly never wanted to use Python 2's input built-in function to get user input. Rather, you wanted to use the raw_input built-in function.
You can translate user input to lowercase using Python's built-in "lower" string function.