score = int(input('Please input your score : '))
if 90<= score <=100:
print('A')
elif 80< score < 90:
print('B')
elif 60<= score <= 80:
print('C')
elif score<60:
print('D')
else:
print('Input was Wrong!')
文章标签 python lm.score函数 文章分类 Python 后端开发
score = int(input('Please input your score : '))
if 90<= score <=100:
print('A')
elif 80< score < 90:
print('B')
elif 60<= score <= 80:
print('C')
elif score<60:
print('D')
else:
print('Input was Wrong!')
上一篇:bat java双击运行 java调用bat脚本结束返回
下一篇:jvm常用参数
python变量不需要声明就可以使用 例如:score = 29使用变量时不必指定数据类型。如果变量不再使用,可以删除节省内存。del scorePython变量命名规则: Python保留字 acosandarrayasinassertatanbreakclassclosecontinuecosDatadefdeleelifelseex
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M