Commit 63eb9ca5 by BellCodeEditor

save project

parent 7fbd2073
Showing with 10 additions and 2 deletions
...@@ -5,6 +5,13 @@ ...@@ -5,6 +5,13 @@
a={'m':1,'n':2,'b':3} a={'m':1,'n':2,'b':3}
b={'v':6,'t':7,'e':8} b={'v':6,'t':7,'e':8}
c={'n':9,'x':4,'y':5} c={'n':9,'x':4,'y':5}
score={'无':a,'发':b,'看':c} while True:
if : name input("啊:")
if name in score:
a=score[name]
print('*'*30)
for k,v in a.items():
print(k,v)
print('*'*30)
break
\ 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