Commit da7905a2 by BellCodeEditor

save project

parent 64f35cc5
Showing with 7 additions and 2 deletions
......@@ -16,4 +16,9 @@ def xx():
return total
a=xx()
print(a)
\ No newline at end of file
def x(a):
tt=0
for i in a:
tt=tt+i
return tt
print(x(a))
\ 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