Python2 input or raw_input?


In Python 2 always use raw_input() and never input().