Commit b72a8063 by BellCodeEditor

save project

parent b8363b1b
Showing with 9 additions and 2 deletions
...@@ -12,6 +12,12 @@ def c(): ...@@ -12,6 +12,12 @@ def c():
else: else:
total.append(unit) total.append(unit)
return total return total
d=c() def ddd(f):
print(d) d = 0
for i in f:
d=d+i
return d
e=c()
g=ddd(e)
print(g)
\ 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