Skip to content

Instantly share code, notes, and snippets.

@uoojin95
Created February 26, 2019 04:57
Show Gist options
  • Save uoojin95/8bb62082076fda0b06d3e711fe37bef9 to your computer and use it in GitHub Desktop.
Save uoojin95/8bb62082076fda0b06d3e711fe37bef9 to your computer and use it in GitHub Desktop.
def testFunction(number):
if number < 0:
return "number is negative"
else:
return "number is positive"
return "wat?"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment