Skip to content

Instantly share code, notes, and snippets.

@hcosta
Last active December 20, 2018 13:40
Show Gist options
  • Save hcosta/58ecb1c09f002e2802c33ae6bcdc31ba to your computer and use it in GitHub Desktop.
Save hcosta/58ecb1c09f002e2802c33ae6bcdc31ba to your computer and use it in GitHub Desktop.
class Calculator:
def __init__(self):
self.value = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment