Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created March 4, 2020 19:40
Show Gist options
  • Save afaqk9394/667e255b829bc144bda0cc6008fa727a to your computer and use it in GitHub Desktop.
Save afaqk9394/667e255b829bc144bda0cc6008fa727a to your computer and use it in GitHub Desktop.
def my_function(n):
return n > 1
print(my_function(1))
print(my_function(2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment