Epython Lab
6.39K subscribers
667 photos
31 videos
104 files
1.23K links
Welcome to Epython Lab, where you can get resources to learn, one-on-one trainings on machine learning, business analytics, and Python, and solutions for business problems.

Buy ads: https://telega.io/c/epythonlab
Download Telegram
prime.py
402 B
Solution for #Prime_number_challenge
#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