I\'ve started learning Python recently and as a practise I\'m working on a text-based adventure game. Right now the code is really ineffective as it checks the user responce
use str.lower() to convert all entries to lowercase and only check the string against lower case possibilities.
str.lower()