7 lines
55 B
Text
7 lines
55 B
Text
a = 0
|
|
do
|
|
(
|
|
print a
|
|
a += 1
|
|
)
|
|
while mod a 6 != 0
|