Commit 1a160a34 by BellCodeEditor

save project

parent 66663491
Showing with 8 additions and 1 deletions
score = {'语文':91,'数学':88,'英语':85}
score = {'语文':91,'数学':899,'英语':15}
score = {'语文':999,'数学':88,'英语':80}
score = {'语文':9,'数学':-10,'英语':89}
score = {'操你妈':studen1,'阿萨德':studen2,'自行车':studen3}
name=input("自行车:")
info=scory[name]
for k,v in score.items():
print(k,v)
for k in score.values():
print(k)
for k in score.values():
print(k)
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