Commit 765c8b0d by BellCodeEditor

save project

parent c594320d
Showing with 6 additions and 2 deletions
...@@ -14,7 +14,10 @@ def xxx(): ...@@ -14,7 +14,10 @@ def xxx():
else: else:
total.append(unit) total.append(unit)
print("-"*30) print("-"*30)
print(total) return total
xxx() x=xxx()
print(x)
\ 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