Created
June 25, 2017 13:08
-
-
Save hughrawlinson/27ba92774611af30c8ae588094c62ce2 to your computer and use it in GitHub Desktop.
O(?)
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
def one_two_three(): | |
if (one_two() == 1): | |
if (one_two() == 1): | |
return 1 | |
else: | |
return 2 | |
else: | |
if (one_two() == 1): | |
return 3 | |
else: | |
return one_two_three() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment