Commit a592fb3a by BellCodeEditor

save project

parent 926fd9df
Showing with 3 additions and 3 deletions
...@@ -11,5 +11,6 @@ def imk(): ...@@ -11,5 +11,6 @@ def imk():
else: else:
total.append(unit) total.append(unit)
print(total) return total
imk() i = imk()
\ No newline at end of file print(i)
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