Commit c2cf5220 by BellCodeEditor

save project

parent b0ce24c7
Showing with 3 additions and 2 deletions
...@@ -11,5 +11,6 @@ def sb(): ...@@ -11,5 +11,6 @@ def sb():
print('gun') print('gun')
else: else:
total.append(unit) total.append(unit)
print(total) return total
sb() a=sb()
print(a)
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