Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Last active September 18, 2019 01:08
Show Gist options
  • Select an option

  • Save afaqk9394/2f38ea45d0ad1fc0940ffe42cccaa28f to your computer and use it in GitHub Desktop.

Select an option

Save afaqk9394/2f38ea45d0ad1fc0940ffe42cccaa28f to your computer and use it in GitHub Desktop.
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