Commit 54a6414c by BellCodeEditor

auto save

parent ce4f6cbe
Showing with 3 additions and 1 deletions
total = [] total = []
def A(): def A():
while True: while True:
...@@ -11,4 +12,4 @@ while True: ...@@ -11,4 +12,4 @@ while True:
else: else:
total.append(unit) total.append(unit)
A() A()
print(total) print(total)
\ 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