Commit ab5a18e5 by BellCodeEditor

auto save

parent 7c504819
Showing with 2 additions and 1 deletions
......@@ -10,5 +10,5 @@ if j in dict:
else:
#prink()
#++++++++++++++++++++++++++++++++++++++++++++++++
print("您要的货物\"%s\"现在缺货!"%j)
print("您要的货物\"{}\"现在缺货!".format(j))
#++++++++++++++++++++++++++++++++++++++++++++++++
\ 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