for i in range(1):

Τι θα εμφανίσει;

for i in range(1):

     print 'Python'

0

Python