Respuesta :

userInt = int(input("Please enter an integer: "))

x = 0
for number in range():
    # if x divides evenly into 0 and 1 but not into 2
    # and x is less than the user entered number
    if x % x == 0 and x % 1 ==0 and x % 2 != 0 and x <= userInt:
        print(x)
        x = x + 1

# I think this'll work