if i % 2 == 0 print("even") else print("odd") end