Commit 3cd97b9b by BellCodeEditor

save project

parent 7d4edbe8
Showing with 4 additions and 1 deletions
...@@ -18,7 +18,10 @@ dict_hero['e']=5 ...@@ -18,7 +18,10 @@ dict_hero['e']=5
print(dict_hero)''' print(dict_hero)'''
qw={'a':1,'s':2,'d':3,'f':4} qw={'a':1,'s':2,'d':3,'f':4}
q=input('m') q=input('m')
if q in qw:
print('n'+q+'b'+str(qw[q])+'v')
else:
print('c')
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