Python 3

Check a Number is Prime Number or not in Python

A prime number (or a prime) is a natural number greater than 1 that has no positive divisors other than 1 and itself.

The following Python Code snippet  to check prime number or not.

Python3 Code:

Output:

 

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.