3.1 python2中 raw_input() 等价于python3中的 input() input()其接受的输入必须是表达式。 3.2 python3中 没有raw_input()函数,只有input()