Commit b1563765 by BellCodeEditor

save project

parent 061f31ac
Showing with 14 additions and 6 deletions
score=('1':12,'2':12,'3':12,'4':12)
k=input('请你输入你的姓名')
=input('请你输入你的成绩')
if k in dict:
if k []
\ No newline at end of file
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
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