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():
toro.append(yys)
finally:
print("——"*30)
zxc(toro)
def zxc(asd):
qwe=0
for i in asd:
qwe+=i
print(qwe)
return qwe
zxw()
# print("13s",pdd)
sbzxw=0
for i in toro:
print(i)
sbzxw+=i
return sbzxw
pdd = zxw()
print(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