Python2 input or raw_input?
❮ Prompting for user input in Python 3 Prompting both Python 2 and Python 3 ❯
In Python 2 always use raw_input() and never input().