Skip to content

Instantly share code, notes, and snippets.

@H4medRostami
Created June 7, 2019 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save H4medRostami/671637afa8d7a572e1b489febf86f7aa to your computer and use it in GitHub Desktop.
Save H4medRostami/671637afa8d7a572e1b489febf86f7aa to your computer and use it in GitHub Desktop.
mylist = [1, 4, -5, 10, -7, 2, 3, -1]
[n for n in mylist if n>0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment