Commit e1735607 by BellCodeEditor

save project

parent b52a62d3
Showing with 13 additions and 0 deletions
score={'语文':95,'数学':88,'英语':85,'美术':97}
print(score['语文'])
print(score['英语'])
print(str(score['英语'])+'分')
\ No newline at end of file
q=9
if q>=4:
print('赢了')
elif 1<=q<=3:
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