Skip to content

Instantly share code, notes, and snippets.

@dvgodoy
Created May 1, 2022 14:13
Show Gist options
  • Save dvgodoy/403fedcbf7431af3fd6c165bb352dd1c to your computer and use it in GitHub Desktop.
Save dvgodoy/403fedcbf7431af3fd6c165bb352dd1c to your computer and use it in GitHub Desktop.
square = exponentiation_builder(2)
cube = exponentiation_builder(3)
fourth_power = exponentiation_builder(4)
# and so on and so forth...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment