Commit 3d94e759 by BellCodeEditor

save project

parent 409f1e20
Showing with 3 additions and 2 deletions
...@@ -10,4 +10,5 @@ def funk(): ...@@ -10,4 +10,5 @@ def funk():
else: else:
total.append(unit) total.append(unit)
return total return total
funk() resuit = funk()
\ No newline at end of file print(resuit)
\ 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