-write a program using for loop - show numbers from(1,150)increased by 3 only print odd numbers
for n in range(1, 150, 3): if n % 2 == 0: print(n)
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment