Commit 18ec594e by BellCodeEditor

save project

parent 98a61882
Showing with 19 additions and 0 deletions
a={"w":100,"e":99,"r":98}
b={"w":12,"e":13,"r":14}
c={"w":12,"e":13,"r":14}
d={"悟空":a,"小贝":b,"诺伊":c}
while True:
print("qtui")
name = input("名字")
if name in d:
f=d[name]
for i,k in f.items():
print(i,k)
print("*"*30)
elif name=="q":
break
else:
print("fvfwfweyf")
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