Commit f2567328 by BellCodeEditor

save project

parent 92da5b53
Showing with 6 additions and 0 deletions
dict={'可乐':3,'牛奶':4,'橙汁':6,'咖啡':7}
k=input("你想要什么:")
if k in dict:
print("你要的"+k+"价钱"+str(dict[k]))
\ 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