4 lines
43 B
Text
4 lines
43 B
Text
|
|
for i in range(1,20,4)
|
||
|
|
print i
|
||
|
|
end for
|