Commit a164cde7 by BellCodeEditor

save project

parent 366e9221
Showing with 9 additions and 2 deletions
......@@ -14,4 +14,11 @@ def t():
print(total)
return total
a=t()
print(a)
\ No newline at end of file
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