Python program to find prime number
You can use this function by calling it with a number as an argument. It will return True if the number is prime, and False otherwise. For example, you can check if the number 7 is prime: And you can check if the number 15 is prime: