Skip to content

Instantly share code, notes, and snippets.

@computer-tutor
Created April 28, 2020 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save computer-tutor/b116ced7d8ba77ed2a4fdc5ea8608a41 to your computer and use it in GitHub Desktop.
Save computer-tutor/b116ced7d8ba77ed2a4fdc5ea8608a41 to your computer and use it in GitHub Desktop.
l=[i for i in range(1,101) if i%3==0 or i%5==0]
print(l)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment