Commit 8e54745d by BellCodeEditor

save project

parent bcc867dc
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,4 @@ k=input("你想买什么呀") ...@@ -4,4 +4,4 @@ k=input("你想买什么呀")
if k in dict: if k in dict:
print("Your "+k+" need to pay "+str(dict[k])+" pound") print("Your "+k+" need to pay "+str(dict[k])+" pound")
else: else:
print(There is no such thing in here.) print("There is no such thing here.")
\ No newline at end of file \ 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