Skip to content

Instantly share code, notes, and snippets.

@Abhayparashar31
Created December 17, 2020 04:18
Show Gist options
  • Save Abhayparashar31/c7defcbb04d9c215736027806ecaf12b to your computer and use it in GitHub Desktop.
Save Abhayparashar31/c7defcbb04d9c215736027806ecaf12b to your computer and use it in GitHub Desktop.
check = lambda x:True if x%5==0 else False
check(10) ## True
check(12) ## False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment