Computer Science, asked by Mrlajwaab, 4 months ago


Find and write the output of the following Python code:
STR = ["90","10","30","40"]
COUNT = 3
SUM = 0
for I in [1,2,5,4]:
S = STR[COUNT]
SUM = float (S)+I
print SUM
COUNT-=1

Answers

Answered by yashyadav7dec2010
0

Answer:

No didn't want to talk to you

Similar questions