Commit 415290c4 by BellCodeEditor

save project

parent 396bb164
Showing with 4 additions and 2 deletions
...@@ -8,6 +8,8 @@ def a(): ...@@ -8,6 +8,8 @@ def a():
try: try:
total.append(unit) total.append(unit)
except: except:
print(total) print(total)
a() return total
b=a():
print()
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