write a program that disply the following number sequence.(1,3,5,7,...73) in python loop
for n in range(1,75,2): print(n,end=" ")
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