Commit 4d68e5df by BellCodeEditor

save project

parent 0b9c9b22
Showing with 5 additions and 3 deletions
...@@ -11,6 +11,8 @@ def lbwnb(): ...@@ -11,6 +11,8 @@ def lbwnb():
print("nm") print("nm")
else: else:
total.append(unit) total.append(unit)
return unit return(total)
print(total) print(total)
lbwnb()
\ No newline at end of file result= lbwnb()
print(result)
\ 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