Commit a296fd50 by BellCodeEditor

save project

parent eb51006a
Showing with 8 additions and 2 deletions
def ad(ast):
b = 0
for i in ast:
b += i
return b
def jakso():
total = []
while True:
......@@ -12,4 +17,5 @@ def jakso():
total.append(unit)
return total
asd=jakso()
print(asd)
\ No newline at end of file
c=ad(asd)
print(c)
\ 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