鱼C论坛's Archiver
论坛
›
Python交流
› 今日新学课程
myheartflyhigh
发表于 2020-8-16 14:12:59
今日新学课程
score = int(input('请输入一个分数:'))
if 100>=score>=90:
print('A')
elif 90>score>=80:
print('B')
elif 80>score>=60:
print('C')
elif 60>score>=0:
print('D')
页:
[1]
查看完整版本:
今日新学课程