Commit bc558ef6 by BellCodeEditor

save project

parent b7f183de
Showing with 8 additions and 0 deletions
dict={'':3,'':4,'':1,'':3,'':2,'':4'':5,'':10,'':6}
k=input('')
if k in dict:
p
print(''+k+''+str(dict[k])+'')
else:
print('')
\ 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