Commit 849aed6a by BellCodeEditor

save project

parent 482f8fff
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ def input_food(): ...@@ -11,7 +11,7 @@ def input_food():
print('请重新输入') print('请重新输入')
else: else:
total.append(unit) total.append(unit)
print('-'*100) print('-'*102)
return total return total
......
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