python3 IDE里为什么输入raw_input就会出错?

python3 IDE里为什么输入raw_input就会出错?

阅读 8.8k
1 个回答

Python3里面没有raw_input了,用input,
3中的input和2的input有点不一样

推荐问题