在pyton2.x: 1、input是接受什么输出什么类型 2、raw_input 是接受什么类型最后输出的是都是字符串同3.x一样 在pyton3.x: 只有input 他的功能与python2.x中的raw_input相同