Форум сайта python.su
for i in range(len(text)): stdout.write(text[i])
for x in text: sys.stdout.write(x)
Офлайн