L1=[100,900,300,400,500]
START=1
SUM=0
for c in range(START,4):
SUM=SUM+L1[c]
print(c,”:”,SUM)
SUM=SUM+L1[0]*10
print(SUM)
Answers
Answered by
1
Answer:
What is this?????????
Answered by
0
thanks for your points sorry friend for my answer
Similar questions