Ad
  • Custom User Avatar

    Agreed. I found it especially odd that we were told to use str but to write an equals method.

  • Custom User Avatar

    Thanks for the kata. I have one remark: Wouldn't it be nice to request the Pythonic ways for adding, subtracting and comparing values in terms of the corresponding dunder methods? In Python 3 you could even do this for the dot product. I am a bit worried that new developers will take a hint towards a non-typical API for a numeric class type. What do you think?

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution