>>412 Python

print([ i for i in range(1,6,2) ])
# [1, 3, 5]