Computer Science, asked by YogitaDewda, 6 months ago

How many times will the following loop execute and what’s the

output?

for i in range(-1,7,-2):

for j in range(3):

print(i,j)​

Answers

Answered by kkss252009
0

these two things you should know me

Similar questions