Answer the attachment :P
Attachments:
Answers
Answered by
13
for a in range(3,10,2):
for b in range(1,a,2):
print(b, end= ' ')
print()
Note: screenshot of program is in attachment
Attachments:
Similar questions