Commit 508ca45f by BellCodeEditor

save project

parent 47edc355
Showing with 14 additions and 2 deletions
...@@ -14,4 +14,16 @@ def opgn(): ...@@ -14,4 +14,16 @@ def opgn():
finally: finally:
print("=====================") print("=====================")
return total return total
opgn()
\ No newline at end of file def sum(ooo):
popo=0
for i in ooo:
popo=popo+i
return popo
a=opgn()
print(a)
sum(a)
s_price=sum(a)
print(s_price)
\ 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