python3.x中 input():接收任意数据类型 python3.x中没有raw_input() python2.x中 input():只支持正确的数值类型 raw_input():数值和字符串 python3的input输入后是字符,python2输入是本身 2.除法操作符区别