predict the output of the following code 1. for z in range (-100, 100,100) : print( z, end=' ')
Answers
Answered by
1
Answer:
-100 0
this output gets generated
Similar questions