Commit 8519af8c by BellCodeEditor

auto save

parent 6d8dc2a1
Showing with 14 additions and 12 deletions
price=[14,17,24,29]
sss=0
for i in price:
# print(i)
sss+=i
print(sss)
\ No newline at end of file
...@@ -13,16 +13,13 @@ def zxw(): ...@@ -13,16 +13,13 @@ def zxw():
toro.append(yys) toro.append(yys)
finally: finally:
print("——"*30) print("——"*30)
zxc(toro) sbzxw=0
def zxc(asd): for i in toro:
qwe=0 print(i)
for i in asd: sbzxw+=i
qwe+=i return sbzxw
print(qwe) pdd = zxw()
return qwe print(pdd)
zxw()
# print("13s",pdd)
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