Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mingrammer/fa3fda9773477f4fe72366c129ae9400 to your computer and use it in GitHub Desktop.
Save mingrammer/fa3fda9773477f4fe72366c129ae9400 to your computer and use it in GitHub Desktop.
>>> 2 * 3
6
>>> 2 ** 3
8
>>> 1.414 * 1.414
1.9993959999999997
>>> 1.414 ** 1.414
1.6320575353248798
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment