c=0
for x in range(10):
for y in range(5):
c+=1
print(c)
Answers
Answered by
6
Answer:
x = 50
Explanation:
when using two for loops just multiply the loop iterations
Similar questions