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(): def jakso():
total = [] total = []
while True: while True:
...@@ -12,4 +17,5 @@ def jakso(): ...@@ -12,4 +17,5 @@ def jakso():
total.append(unit) total.append(unit)
return total return total
asd=jakso() asd=jakso()
print(asd) c=ad(asd)
\ No newline at end of file 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