Computer Science, asked by aarusharma094, 4 months ago

Q15. Underline the errors and justify answer:

X=["F",66,"QE",15,"S",34]

Y=0

Z=""

A=0

for c in range(1,6,2)

Y+=c

Z=Z+X[c-1]+'$'

A+=X[c]

print(x,y,z)​

Answers

Answered by payalsangamnere021
3

Answer:

Y=0

Z=""

A=0

for c in range(1,6,2)

Y+=c

Z=Z+X[c-1]+'$'

A+=X[c]

print(x,y,z)

Similar questions