Computer Science, asked by kaurharshdeep510, 1 month ago

for a in lange (3, 10, 3) :
for b in range (1, a, 2):
print b, end=' ' )
print ().​

Answers

Answered by RakshitGarg29
0

Answer:

For python

Explanation:

1 3

1 3 5

1 3 5 7

if print() is under indetation of for b in range...

Similar questions