Commit e6bb1a28 by BellCodeEditor

save project

parent 482a7b32
Showing with 4 additions and 2 deletions
def os(): def os():
total = [15] total = []
while True: while True:
...@@ -15,6 +15,7 @@ def os(): ...@@ -15,6 +15,7 @@ def os():
else: else:
total.append(unit) total.append(unit)
print('-'*30) print('-'*30)
return total
print(total) print(total)
os() print(os())
\ 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