Created
July 23, 2018 15:02
-
-
Save bee-san/2b1f32ac812e07499a0c3ced9203155d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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