打飞机python(完整版)

万万没想到的是这样,你猜这个是什么啊,课堂小练习之来了。

score=int(input('请输入一个分数:'))
if 100>=score>=90:
    print('A')
else:
    if 90>score>=80:
        print('B')
    else:
        if 80>score>=60:
            print('C')
        else:
            if 60>score>=0:
                print('D')
            else :
                 print('输入错误')

这绝对是误会之一。
才开什么呢玩笑这个是要开山见祖的

来了。打飞机游戏可以用if else来写这个不过分吧。 开玩笑哈哈。

你可能感兴趣的:(python,开发语言)