python-typing-koans
python-typing-koans copied to clipboard
117-easy-protocol-across-objects discussion
Would just like to verify solution
Here's mine: https://github.com/J0/python-typing-koans/blob/main/koans/py/117-easy-protocol-across-objects.py
Happy to hear if others have cleaner solutions.
This is the good solution and even my solution is exactly the same.