摘要: 1、if...else循环 1.1)猜成绩 #!/usr/bin/env python score =input('分数:') score =int(score) if score >=90: print('优秀') elif score >=80: print('良好') elif score > 阅读全文
posted @ 2020-02-10 17:18 bean_my 阅读(149) 评论(0) 推荐(0) 编辑