Commit 98fcaae1 by BellCodeEditor

auto save

parent 95fd87cd
Showing with 2 additions and 2 deletions
...@@ -7,4 +7,4 @@ def total(): ...@@ -7,4 +7,4 @@ def total():
total.append(unit) total.append(unit)
print(total) print(total)
return total return total
print("total[1]+total[2]") print(total[1]+total[2])
\ No newline at end of file \ 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