Navbar menu

Python program to Create a list of the first 15 even numbers that are not divisible by 6

Create a list of first 15 even numbers that are not divisible by 6 using for loop
 
Code Snippet:
 

Python program to Create a list of the first 15 even numbers that are not divisible by 6

Output:
 
Python program to Create a list of the first 15 even numbers that are not divisible by 6

No comments:

Post a Comment