Find the output of the following python program:
For x in range(1,203):
1,20,3
1,4,7,10,13,16,19
13,6,9,12,15,18
20,40,60,80,100
Answers
Answered by
0
Find the output of the following python program:
For x in range(1,203):12,15,18
Similar questions