Форум сайта python.su
def f(a): for i in range(len(a)): print(i) return i f([1,2,3])
Офлайн
забанен за тупость