Commit 4b509d21 by BellCodeEditor

save project

parent f2c35cf9
Showing with 3 additions and 1 deletions
......@@ -19,4 +19,6 @@ print(dict_hero)'''
sb={'旺仔牛逼奶':100,'农夫三拳':20,'hhh':500,'小龙虾':80000}
jj=input('what do you want to do?')
if jj in sb:
print('你的'+jj+)
print('你的'+jj+str(sb[jj]))
else:
print('滚开,这儿没有你要的东西!')
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