Commit ea780ac2 by BellCodeEditor

save project

parent badc5b08
Showing with 7 additions and 0 deletions
dict={'可口可乐'3'旺仔牛奶'4}
k=input("弄啥嘞")
if k in dict:
print(k+str(dict[k])+"yuan")
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