Commit b2b23e8e by BellCodeEditor

save project

parent 14918ecc
Showing with 8 additions and 0 deletions
dict={'可乐':3,'旺仔牛奶':20000000000000}
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