Commit 5ca7d102 by BellCodeEditor

save project

parent 786338f3
......@@ -12,5 +12,152 @@ def phni_sbjkgn():
else:
total.append(unit)
phni_sbjkgn()
print(total)
\ No newline at end of file
phni_sbjkgn()
totalw=0
for i in total:
totalw+=i
print(totalw)
s=0
s=0
price=[15,18,14,25]
for i in price:
s+=i
print(s)
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