Commit e1ad93a6 by BellCodeEditor

save project

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