Computer Science, asked by Gayu1010, 9 months ago

How many times is print(i,j) executed in the below code snippet?
for i in range(3,5):
for j in range(2, 7):
print(i,j)​

Answers

Answered by swmdwmbasumatery
1

Answer:

ghjgb this os your answer

Attachments:
Similar questions