Python input() function takes the user input from command line.
input()
>>> x = input("Please input: ") >>> print(x)