Untitled

Anonymous
plain_text
12/16/2024 8:44 AM
232 B
13
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