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
0
these two things you should know me
Similar questions