Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Nested List Prime Numbers
Python Code Challenge
77 -
Write a program that takes a nested list of numbers and prints any numbers that are prime numbers.
Python
Lists
For Loops