Computer Science, asked by anuragsingh6176, 9 months ago

c=0
for x in range(10):
for y in range(5):
c+=1
print(c)​

Answers

Answered by codec
6

Answer:

x = 50

Explanation:

when using two for loops just multiply the loop iterations

Similar questions