Commit e4277e49 by BellCodeEditor

save project

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