Commit 765c8b0d by BellCodeEditor

save project

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