2 lines
49 B
Text
2 lines
49 B
Text
for i = 1, 9, 2 do io.write($"{i} ") end
|
|
print()
|
for i = 1, 9, 2 do io.write($"{i} ") end
|
|
print()
|