Commit 1bda2a4a by BellCodeEditor

save project

parent 98577132
Showing with 14 additions and 0 deletions
h={'屎':9999999999999999999999999999999,'尿':19999999999999999999,'老干妈拌屎':299999999999999999999999999999999999}
f=input("欢迎来到撤硕,SB要吃啥?")
if f in h:
print(f+str(h[f])+'元')
else:
print('无')
\ No newline at end of file
......@@ -6,4 +6,10 @@
dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30}
print(dict_hero["猴队长"])
dict_hero['猴七']=32
dict_hero['猴八']=52
dict_hero['老八']=1428
dict_hero['SB']=38
dict_hero['大聪明']=54188
dict_hero['马化腾']=29438
print(dict_hero)
\ 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