Commit 49730fb9 by BellCodeEditor

save project

parent 46695449
Showing with 12 additions and 0 deletions
a={"语文":80,"数学":90,"英语":89}
b={"语文":88,"数学":78,"英语":90}
c={"语文":87,"数学":96,"英语":99}
d={"悟空":a,"诺依":b,"小贝":c}
z=input("输入姓名")
if z in d:
t=d[z]
for s,b in t.items():
print(s,b)
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