Question #220637

write a program that disply the following number sequence.(1,3,5,7,...73) in python loop


Expert's answer

for n in range(1,75,2):
    print(n,end=" ")

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS