python3中input的问题 2020-01-06 14:24:35 浏览数 (1) 在python3中只有input而没有像python2中分类为raw_input和input所以在python3中要使用整形的话 就要 使用 int()例如 num=int(input())这样才不会报错,TypeError: 'str' object cannot be interpreted as an intege input int object python3 typeerror 0 人点赞 上一篇:分享雷军22年前编写的代码