Skip to content

Instantly share code, notes, and snippets.

@dvgodoy
Created May 1, 2022 14:07
Show Gist options
  • Save dvgodoy/e11996d93b027f48a84d2bc16039c65c to your computer and use it in GitHub Desktop.
Save dvgodoy/e11996d93b027f48a84d2bc16039c65c to your computer and use it in GitHub Desktop.
def generic_exponentiation(x, exponent):
return x ** exponent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment