Computer Science, asked by Anonymous, 10 months ago

Answer the attachment :P​

Attachments:

Answers

Answered by Anonymous
13

\huge\mathbb{ANSWER}

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

\huge\bold\red{THANK YOU }

Attachments:
Similar questions