|
|
|
|
|
by karamanolev
933 days ago
|
|
Those are completely different. any - https://docs.python.org/3/library/functions.html#any - Return True if any element of the iterable is true. Any - A special kind of type is Any. A static type checker will treat every type as being compatible with Any and Any as being compatible with every type. |
|