Commit feddaa1c by BellCodeEditor

save project

parent da98859c
def sdm(a):
inm=0
for e in a:
inm = inm + e
return inm
def imk(): def imk():
total = [] total = []
while True: while True:
...@@ -12,5 +17,7 @@ def imk(): ...@@ -12,5 +17,7 @@ def imk():
total.append(unit) total.append(unit)
return total return total
i = imk() re = imk()
print(i) s=sdm(re)
print(s)
import func
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