13 Jan
13Jan

Source code -

num = int(input("Enter the number:"))

prime = True
for i in range(2,num): 

                 if(num% i == 0):       

                   print = False        

                    break
if prime : 

           print("This is a prime number")
else : 

           print("This is not a prime number")

Comments
* The email will not be published on the website.
I BUILT MY SITE FOR FREE USING