Skip to content

Instantly share code, notes, and snippets.

@goyox86
Created November 3, 2015 11:06
Show Gist options
  • Save goyox86/41825adc88a3d14c29fd to your computer and use it in GitHub Desktop.
Save goyox86/41825adc88a3d14c29fd to your computer and use it in GitHub Desktop.
class Awesome:
def does_it_work:
"yeah!"
awesome_object = Awesome.new
if awesome_object:
print("awesome_object.does_it_work = ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment