#Coding_challenge #python #prime_number
Let N is a natural number greater than or equal to 1.
Print all prime numbers in between 1 and N.
Example:
Input: 9
Output: 2 3 5 7
Post your solution @pydiscussion
Let N is a natural number greater than or equal to 1.
Print all prime numbers in between 1 and N.
Example:
Input: 9
Output: 2 3 5 7
Post your solution @pydiscussion