Skip to content

Instantly share code, notes, and snippets.

@jnnt
Created September 23, 2018 21:13
Show Gist options
  • Save jnnt/82284c2ad25bf4b8061af6a7d91e0ab1 to your computer and use it in GitHub Desktop.
Save jnnt/82284c2ad25bf4b8061af6a7d91e0ab1 to your computer and use it in GitHub Desktop.
Test1 created by jnnt - https://repl.it/@jnnt/Test1
class Something(object):
def __init__(self):
self.sth = 'asdf'
o = Something()
print(o.sth)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment