Program to check if number is Prime
Let’s write a Python program to check if number is prime or not. What is a Prime number? A number which is not divisible by any number except 1 and itself is called as a prime number. A prime number has only two factors, 1 and itself. How to check if number is prime? To... » read more