Untitled
unknown
plain_text
4 months ago
174 B
3
Indexable
num=int(input("enter the number")) count=1 for i in range(2,num): if(num%i==); count+=1 break if(count==1); print("it is a prime) else: print("given is not prime")
Editor is loading...
Leave a Comment