К
Size: a a a
К
G
T
К
Т
~filter
T
T
t
t
К
T
~filter
>>> def my_filter(x):
... return True
...
>>> ~my_filter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: bad operand type for unary ~: 'function'
T
Т
>>> def my_filter(x):
... return True
...
>>> ~my_filter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: bad operand type for unary ~: 'function'
T
Т
t
К
T
T
t