Commit 2da2ad62 by BellCodeEditor

save project

parent e88e0666
Pipeline #10158 failed in 0 seconds
Showing with 8 additions and 0 deletions
sale={"healthy food":3,"drinking":4,"junk food":7,"fast food":10}
ask=input("what can i do for u?\nwrite down")
money=str(sale[ask])
if ask in sale:
print("yep,i can prepare this "+ask+" u shoule pay"+money+" for it")
else:
print("ohh,i can't find this,would u like to try to find another one? ")
\ 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