Created
January 19, 2017 03:16
-
-
Save pexceful/60af838de1a68f3b579d03255bf5f61c 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
# Make sure that the_flying_circus() returns True | |
def the_flying_circus(): | |
if True and True: | |
Return True | |
elif 9 != 9: | |
Return False | |
else: | |
Return "Nothing!" | |
OmgImAlexis
commented
Jan 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment