Commit 6426b1b1 by BellCodeEditor

save project

parent 477c9286
Showing with 2 additions and 1 deletions
...@@ -5,6 +5,6 @@ while True: ...@@ -5,6 +5,6 @@ while True:
if k not in dict: if k not in dict:
input("这个暂时没有,请重输。") input("这个暂时没有,请重输。")
else: else:
input("好的,已出货"+k) input("好的,已出货"+k+"。")
break break
str(k) str(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