5 lines
58 B
Text
5 lines
58 B
Text
if i % 2 == 0
|
|
print("even")
|
|
else
|
|
print("odd")
|
|
end
|
if i % 2 == 0
|
|
print("even")
|
|
else
|
|
print("odd")
|
|
end
|