Skip to content

Старт

тут инструкуция

image.png

код

python
for i in range(10):
    print(i)

Test