2 ответов
+ 6
A decorator is a special function that modifies the behavior of another function.
An iterable is a collection which you can loop over to get each element one by one.
Both of these topics are covered in more detail in the Python lessons in the Functional Programming chapter.
+ 1
Thanks 👍