Commit f42df1dc by BellCodeEditor

save project

parent a8537e12
Showing with 4 additions and 3 deletions
......@@ -6,5 +6,7 @@ def x():
break
else:
total.append(unit)
print(total)
x()
\ No newline at end of file
print(total)
return total
a=x()
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