Commit 7f37a264 by BellCodeEditor

save project

parent 050bb451
Showing with 11 additions and 1 deletions
a={"名字0"}
a={"悟空":90}
name=input("名字")
while true:
if name in a:
b=a[name]
print("*"*30)
for k'v in b.items():
print(k,v)
eise:
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