Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created November 3, 2019 05:52
Show Gist options
  • Select an option

  • Save afaqk9394/81426be6d96f6d778299dabbdb301b7c to your computer and use it in GitHub Desktop.

Select an option

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