Skip to content

Instantly share code, notes, and snippets.

@tyjeon24
Created April 2, 2020 15:14
Show Gist options
  • Save tyjeon24/5c9bd9c1f782a91304ace4559538623d to your computer and use it in GitHub Desktop.
Save tyjeon24/5c9bd9c1f782a91304ace4559538623d to your computer and use it in GitHub Desktop.
Python : class basic
class ClassName:
def __init__(self, value):
self.value = value
def setName(self):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment