Commit da7905a2 by BellCodeEditor

save project

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