Commit ebeac233 by BellCodeEditor

auto save

parent 2e7505b4
Showing with 8 additions and 0 deletions
#输入分数,判断等级,91-100 A 81-90 B 71-80 C 60-70 D 小于60 E
a=input('请输入分数:')
a=float(a)
if a>=60:
print('及格')
else:
print('不及格')
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment