Commit 1a3a18ed by BellCodeEditor

auto save

parent 20276f22
Showing with 28 additions and 17 deletions
student1={'1':98,'2':89,'3'90}
student2={'4':60,'5':50,'6'95}
student3={'7':99,'8':80,'9'97}
s={'10':student1,'11':student2,'12':student3}
while True:
name=input("名字")
if name in score:
g=score[name]
\ No newline at end of file
# student1={'1':77,'2':68,'3':4600} student1={'1':77,'2':68,'3':4600}
# student2={'1':99,'2':99,'3':6005} student2={'4':99,'5':99,'6':6005}
# student3={'1':99,'2':99,'3':5500} student3={'7':99,'2':99,'3':5500}
# score={'px':student1,'fqstyjfl':student2,'wdqcmyhh':student3} score={'a':student1,'fqstyjfl':student2,'wdqcmyhh':student3}
# while True: while True:
# print("名字 syxyyl退出") print("名字 ")
# name=input("冥渍:") name=input("冥渍:")
# if name in score: if name in score:
# syx=score[name] syx=score[name]
# print('*'*30) print('*'*30)
# for s,y in syx.items(): for s,y in syx.items():
# print(s,y) print(s,y)
# elif name=='syxyyl': elif name=='syxyyl':
# break break
# else: else:
# print("仁济") print("仁济")
\ No newline at end of file \ 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