Skip to content

Instantly share code, notes, and snippets.

@bee-san
Created July 23, 2018 15:01
Show Gist options
  • Select an option

  • Save bee-san/9d1b91a5b91df4b2a38b9c58355172b0 to your computer and use it in GitHub Desktop.

Select an option

Save bee-san/9d1b91a5b91df4b2a38b9c58355172b0 to your computer and use it in GitHub Desktop.
def power(base, exponent):
return base ** exponent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment