Last active
December 13, 2015 05:51
-
-
Save Einlander/f085d8b9832647deaa0f to your computer and use it in GitHub Desktop.
testing scope
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 my_function1(bool1): | |
| if (bool1 = my_function2( insert_some_variable_here) ) = true : | |
| dosomething | |
| def my_function2(bool2): | |
| return bool2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment