Player vs Python
Little game to play agains the computer. Game starts with the program choosing who goes first (Player vs Python) Player should guess an random number. After each try the player will get a message saying if the random number is higher or lower. After each Player turn, Python will try to guess the random number. The game ends when Player or Python guess the random number.
By default the random number is between 1 and 20 (but could be increased)