Commit b88b1ed7 by BellCodeEditor

save project

parent 35f580b1
Showing with 5 additions and 4 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
azs=input_food()
input_food() print(azs)
\ No newline at end of file \ 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