-
-
Save niloct/c200c879eedab370f76d50044e09e4d7 to your computer and use it in GitHub Desktop.
This file contains 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
##Using the function | |
def dummy(): | |
var = 10 | |
try: | |
return MyTrueCheck(var) | |
except NameError: | |
return False | |
print(dummy()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment