TypeError: '>=' not supported between instances of 'str' and 'int'问题

报错原因:input()输入的是字符串,当输入数字时,类型不匹配

解决方法:int(input())

posted @ 2020-07-13 15:49  楸壳  阅读(1069)  评论(0编辑  收藏  举报