Commit 1b9efb90 by BellCodeEditor

save project

parent 70615258
Showing with 7 additions and 0 deletions
dict={'可口可乐':100,'旺仔牛奶':0.100000000,'农夫山泉':54188,'辣条':399,'巴西烤肉':12345678900000}
k=input('给我买')
if k in dict:
print('付'+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