Commit e4277e49 by BellCodeEditor

save project

parent 88b55758
Showing with 16 additions and 14 deletions
student1={'语':10,'数':59,'英':49} student1={'语':10,'数':59,'英':49}
student2={'语':93,'数':100,'英':99} student2={'语':93,'数':100,'英':99}
student3={'语':88,'数':97,'英':100} student3={'语':88,'数':97,'英':100}
a={'悟空':student1,'小贝':student2,'芒果':student3,} a={'芒果':student1,'悟空':student2,'小贝':student3,}
b=['悟空'] while True:
for i in score: print('如果退出 按下8')
print(i) i=input('姓名:')
print('*'*20)
c=['小贝'] if i in a:
for i in score: l=a[i]
print(i) for k,v in l.items():
print(k,v)
d=[''] print('*'*20)
for i in score: elif i=='8':
print(i) break
else:
print('哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈 芒果老师是🐖')
print('*'*20)
print('🐖四了')
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