Last active
September 18, 2019 01:08
-
-
Save afaqk9394/2f38ea45d0ad1fc0940ffe42cccaa28f 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
| class Calculator(object): | |
| def subtract(self, x, y): | |
| return x-y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment