# Функция возвращает функцию def f(a): def x(n): return a*n return x
Python Справочник v0.05 © 2007-2024 Igor Salnikov aka SunDoctor