Commit 645eb2cf by BellCodeEditor

save project

parent 8ca5006a
Showing with 15 additions and 0 deletions
student1={"数学":100,"语文":100,"英语":100}
student2={"数学":100,"语文":100,"英语":100}
student3={"数学":100,"语文":100,"英语":100}
fuck={"小贝":student1,"牛马":student2,"悟空":student3}
while True:
name=input("what is your name")
if name in fuck:
s=fuck[name]
for i,j in s.items():
print(i,j)
elif name=="q":
break
else:
print("你个人机")
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