kracekumar / python-typing-koans

Python typing koans to learn type-hints in Python3 using Mypy
119 stars 10 forks source link

117-easy-protocol-across-objects discussion #10

Open J0 opened 3 years ago

J0 commented 3 years ago

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.

kracekumar commented 3 years ago

This is the good solution and even my solution is exactly the same.