You are viewing a single comment's thread from:RE: Programming contest 4View the full contextah101 (51)in #contest • 7 years ago (edited)Hello! Here's my solution in python: for i in range(1, 1000): if i % 2 == 1: print(i)