Python exceptions
KeyboardInterrupt - occurs if ctrl+c is pressed.
IndexError - if a index is called which is bigger than the list.
ValueError - if a int conversion receives characters instead of numbers.
TypeError - if a list index is a float instead of a integer.