Commit 5cccc9ac by BellCodeEditor

save project

parent b1563765
Showing with 17 additions and 14 deletions
student1={'1':77,'2':68,'3':3600}
student2={'1':99,'2':99,'3':6005}
student3={'1':99,'2':99,'3':5500}
score={'px':student1,'fqstyjfl':student2,'wdqcmyhh':student3}
while True:
name=input("冥渍:")
if name in score:
syx=score[name]
print('*'*30)
for s,y in syx.items():
print(s,y)
else:
print("仁济")
\ No newline at end of file
# student1={'1':77,'2':68,'3':4600}
# student2={'1':99,'2':99,'3':6005}
# student3={'1':99,'2':99,'3':5500}
# score={'px':student1,'fqstyjfl':student2,'wdqcmyhh':student3}
# while True:
# print("名字 syxyyl退出")
# name=input("冥渍:")
# if name in score:
# syx=score[name]
# print('*'*30)
# for s,y in syx.items():
# print(s,y)
# elif name=='syxyyl':
# break
# 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