Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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