Write a program to check whether number is prime or not
Answers
Answered by
5
Answer:
if n%2==0 :
print(Its prime...)
else:
print(Not a prime)
Similar questions
Computer Science,
6 months ago
Math,
6 months ago
Science,
6 months ago
Math,
11 months ago
World Languages,
1 year ago