Commit 415290c4 by BellCodeEditor

save project

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