4 lines
42 B
Text
4 lines
42 B
Text
|
|
for i in range(10, 0)
|
||
|
|
print i
|
||
|
|
end for
|