Commit 95f1e0cb by BellCodeEditor

save project

parent 82d47b20
Showing with 8 additions and 3 deletions
......@@ -14,5 +14,11 @@ def OOO():
finally:
print("-"*30)
return total
x=OOO()
print(x)
\ No newline at end of file
def x(z):
a=0
for i in z:
a=a+i
return a
p= OOO()
t=x(p)
print()
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