Commit 31e7bf2f by BellCodeEditor

save project

parent a9680145
Showing with 7 additions and 4 deletions
dict={"几个":13,"大国":45,"精灵":46}
dict["打开"]=72
print(dict)
\ No newline at end of file
dict={"奥利给":130,"快乐水":40,"面包":60,"垃圾":0.0000001}
k=input("你整啥?别烦我!快说!!!!")
if k in dict:
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