Commit 139cf17c by BellCodeEditor

save project

parent 22081965
Showing with 7 additions and 0 deletions
...@@ -15,3 +15,9 @@ def j(): ...@@ -15,3 +15,9 @@ def j():
total.append(unit) total.append(unit)
return total return total
b=j() b=j()
def h(t):
g=0
for i in t:
g=g+i
print(g)
h(b)
\ 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