Commit b88b1ed7 by BellCodeEditor

save project

parent 35f580b1
Showing with 4 additions and 3 deletions
...@@ -12,8 +12,9 @@ def input_food(): ...@@ -12,8 +12,9 @@ def input_food():
else: else:
total.append(unit) total.append(unit)
print('-'*100) print('-'*100)
print(total) return total
input_food() azs=input_food()
\ No newline at end of file print(azs)
\ 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