为了账号安全,请及时绑定邮箱和手机立即绑定

必须标准答案么?

score = 85

S = score

if S >= 90:

    print 'excellent'

elif S >= 80:

    print 'good'

elif S >= 60:

    print 'passed'

else:

    print 'failed'


正在回答

2 回答

score = 85

if score >=90:

    print 'excellent'

elif score >=80:

    print 'good'

elif score >= 60:

    print 'passed'

else:

    print 'failed'


0 回复 有任何疑惑可以回复我~

右边有good了但是过不了啊0.0

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
初识Python
  • 参与学习       758625    人
  • 解答问题       8667    个

学python入门视频教程,让你快速入门并能编写简单的Python程序

进入课程

必须标准答案么?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信