Skip to content

Instantly share code, notes, and snippets.

@AbishekSuryaRS
Last active July 20, 2020 16:13
Show Gist options
  • Save AbishekSuryaRS/6105e6d1a92a72685bc225699b46dbfd to your computer and use it in GitHub Desktop.
Save AbishekSuryaRS/6105e6d1a92a72685bc225699b46dbfd to your computer and use it in GitHub Desktop.
def function(n):
return n>10
n = 12
if(function(n)):
print("Eligible")
else:
print("Not Eligible")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment