Commit f42df1dc by BellCodeEditor

save project

parent a8537e12
Showing with 4 additions and 3 deletions
...@@ -6,5 +6,7 @@ def x(): ...@@ -6,5 +6,7 @@ def x():
break break
else: else:
total.append(unit) total.append(unit)
print(total) print(total)
x() return total
\ No newline at end of file a=x()
print(a)
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