Created
November 3, 2015 11:06
-
-
Save goyox86/41825adc88a3d14c29fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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