Skip to content

Instantly share code, notes, and snippets.

@BarisSari
Last active January 7, 2021 18:55
Show Gist options
  • Save BarisSari/ac2f0a351ec7f7a4831fe8637a51e896 to your computer and use it in GitHub Desktop.
Save BarisSari/ac2f0a351ec7f7a4831fe8637a51e896 to your computer and use it in GitHub Desktop.
def example():
return "Hi from foo"
class ExampleFooClass:
def __init__(self, name="example class"):
self.name = name
def print(self):
print(self.name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment