Commit 78626df5 by BellCodeEditor

save project

parent 2c0a633e
Showing with 10 additions and 8 deletions
student1={"y":91,"s":88,"w":85}
student2={"y":97,"s":98,"w":93}
score={"悟空":student1,"n":student2}
while True:
student1={"y":91,"s":88,"w":85}
student2={"y":97,"s":98,"w":93}
score={"悟空":student1,"n":student2}
name=input("sw")
name=input("sw")
if name in score:
if name in score:
for k,l in score[name].items():
print(k,i)
else:
elif name=="q":
break
else:
print("pu")
print("54188"*40)
\ No newline at end of file
print("54188"*10)
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