Write a program to print the prime numbers within a range.
Input:
0
12
12
Output:
2 3 5 7 11
2 3 5 7 11
It's about Technology and Machines, that is the future. Welcome to the world of Deep Learning, Machine Learning, Artificial Intelligence, Data Science, Programming, Coding, Data Structures and Algorithms (DSA).
Write a program to print the prime numbers within a range.