Python提供了一个input(),可以让用户输入字符串,并存放到一个变量里。
number=input('please enter your number:')
input()返回的数据类型是str,即使输入的是整数,返回的也是字符串形式的整数