input([prompt]), raw_input() 从终端输入信息
In [253]: input('pls input a number >>')
pls input a number >>123
Out[253]: 123