Commit e1ad93a6 by BellCodeEditor

save project

parent f65f0b23
Showing with 8 additions and 2 deletions
...@@ -11,5 +11,11 @@ def js(): ...@@ -11,5 +11,11 @@ def js():
else: else:
total.append(unit) total.append(unit)
return total return total
def js2(hh):
zj=0
for i in hh:
zj+=i
return zj
n=js() n=js()
print(n) m=js2(n)
\ No newline at end of file print(m)
\ 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