Commit 20865539 by BellCodeEditor

save project

parent c10189ec
Showing with 3 additions and 1 deletions
...@@ -12,5 +12,7 @@ def x_23(): ...@@ -12,5 +12,7 @@ def x_23():
else: else:
total.append(unit) total.append(unit)
print("_"*30) print("_"*30)
result = x_23()
print(total) print(total)
x_23( ) result = x_23()
print(result)
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