Commit f5751619 by BellCodeEditor

save project

parent 2c70e1cf
Showing with 9 additions and 0 deletions
shop = {"coke":5,"cake":10,"snow":5,"coffei":6}
print(shop)
while True:
k = input("what do you have or drink?")
if k in shop:
print("this is your "+ k,"it i " + str(shop[k]) + "$.")
else:
print("Sorry,we do not have you what")
\ 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