input函数是为了在程序运行的时候可以与人们进行交互的一种函数(类似于C语言的scanf函数)

    1. x = input("Please enter an integer: ")
    2. print(X)