Skip to content

Instantly share code, notes, and snippets.

@hannal
Created November 4, 2016 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hannal/6e6dbd6c85619e92be8de9151e501a5f to your computer and use it in GitHub Desktop.
Save hannal/6e6dbd6c85619e92be8de9151e501a5f to your computer and use it in GitHub Desktop.
class Number(int):
def __add__(self, value):
return self.__int__() + value * 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment