Write a one-liner function is_prime(n) , that takes in an integer n , and returns True if n is a prime number and False otherwise.
確定! 回上一頁