Commit 6b133663 by BellCodeEditor

save project

parent b7498cbe
Showing with 18 additions and 0 deletions
a={'王':1,'qine':2}
while True:
print("请输入mz,退出q")
name=input("我:")
print("*" * 30)
if name in a:
info=score[name]
for k,v in info.items():
print(k,v)
print("*" * 30)
elif name=="q":
break
else:
print("fwoiw")
print("*" * 30)
print("ewif")
\ 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