Commit 5cccc9ac by BellCodeEditor

save project

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