这个怎么做
score = 85
if ???:
print 'excellent'
elif ???:
print 'good'
elif ???:
print 'passed'
else:
print 'failed'
score = 85
if ???:
print 'excellent'
elif ???:
print 'good'
elif ???:
print 'passed'
else:
print 'failed'
2019-03-03
举报