6 lines
73 B
Text
6 lines
73 B
Text
value = 0
|
|
repeat
|
|
value += 1
|
|
print value
|
|
until value mod 6 = 0
|
|
.
|