Commit 457246be by BellCodeEditor

auto save

parent bd7d1bf2
Showing with 7 additions and 3 deletions
...@@ -7,4 +7,9 @@ def bus(): ...@@ -7,4 +7,9 @@ def bus():
else: else:
total.append(unit) total.append(unit)
return total return total
print(bus())
\ No newline at end of file total=bus()
to=0
for i in len(total):
to=to+int(total(i))
print(to)
\ No newline at end of file
-- "a/\344\272\214\347\273\264\345\233\276\344\270\200\345\271\264\345\205\245\351\200\211\345\206\205\345\277\203\346\201\220\346\203\247.py"
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