会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Niel
博客园
首页
新随笔
联系
订阅
管理
2020年4月27日
python中出现'>=' not supported between instances of 'str' and 'int'错误
摘要: 提示错误为: TypeError: '>=' not supported between instances of 'str' and 'int' 因为 input 接收到的都是字符串类型,解决方案是转变字符类型。 score=int(input ("请输入你的成绩:"))if score >= 9
阅读全文
posted @ 2020-04-27 15:34 niel
阅读(2749)
评论(0)
推荐(0)
公告