Skip to content

Instantly share code, notes, and snippets.

@artemrys
Created December 27, 2018 11:22
Show Gist options
  • Save artemrys/cd0c603f8c3f7d6549f768cc36825f0a to your computer and use it in GitHub Desktop.
Save artemrys/cd0c603f8c3f7d6549f768cc36825f0a to your computer and use it in GitHub Desktop.
Python multiplication magic 2
print((3).__mul__("Abc"))
# NotImplemented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment