You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Q. Write a function is_prime(n) that returns True if the given number n is a prime number, otherwise returns False. Use a loop to check whether the number is prime.