摘要: 一. Python if判断 1.基础格式 1.1 if 判断条件: 满足条件。 1.2 演示 score = input('请输入成绩:') if score == '100': print('你真棒!') if score == '60' print('继续努力') 二.while循环 2 wh 阅读全文
posted @ 2026-03-09 10:39 nuo225 阅读(3) 评论(0) 推荐(0)