Skip to content

Instantly share code, notes, and snippets.

@Einlander
Last active December 13, 2015 05:51
Show Gist options
  • Select an option

  • Save Einlander/f085d8b9832647deaa0f to your computer and use it in GitHub Desktop.

Select an option

Save Einlander/f085d8b9832647deaa0f to your computer and use it in GitHub Desktop.
testing scope
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