Commit a164cde7 by BellCodeEditor

save project

parent 366e9221
Showing with 8 additions and 0 deletions
......@@ -15,3 +15,10 @@ def t():
return total
a=t()
print(a)
def d(b):
m=0
for i in b:
m=m+i
return m
r=d(a)
print(r)
\ 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