Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Skip Multiples of 3
Python Code Challenge
69 -
Write a program that prints all the elements in a list, but skips any elements that are divisible by 3.
Python
Numbers
For Loops