Skip to content

Instantly share code, notes, and snippets.

@sumon328
Created August 16, 2020 08:08
Show Gist options
  • Save sumon328/e08f6ceaadedcd70dffc0cbec89f0270 to your computer and use it in GitHub Desktop.
Save sumon328/e08f6ceaadedcd70dffc0cbec89f0270 to your computer and use it in GitHub Desktop.
a=[1,1,2,3,5,8,13,21,34,55,89]
print([x for x in a if x < 10])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment