Commit f4b04e47 by BellCodeEditor

save project

parent 00d4611e
Showing with 3 additions and 3 deletions
...@@ -4,5 +4,5 @@ j=input("你要买什么?") ...@@ -4,5 +4,5 @@ j=input("你要买什么?")
if j in dict: if j in dict:
print(j+'需要'+str(dict[j])+'元') print(j+'需要'+str(dict[j])+'元')
#else: else:
print() print('没有')
\ 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