Commit 95f1e0cb by BellCodeEditor

save project

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