Computer Science, asked by naveenkrishna3301, 3 months ago

find output i will mark as brainliest!!

for x in [1,2,3,4,5]:

print(x)

for x in range(5):

print(x)

for z in range(-500,500,100)

print(z)​

Answers

Answered by Anonymous
2

Answer:

The output is 550.

Hope this helps...

Similar questions