RE: RE: Programming contest 4
You are viewing a single comment's thread from:

RE: Programming contest 4

ah101(51)
Published in
#contest
Words
6
Reading
1 min
Listen
Play
8y

Hello!
Here's my solution in python:

for i in range(1, 1000):
if i % 2 == 1: print(i)
@ah101: Hello! Here's | Ecency