Commit de428b4d by BellCodeEditor

save project

parent 553c360c
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('-'*125) print('-'*100)
print(total) print(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