def prime (num) : if num == 1 or num == 0 or num == 2: return \'This is not a prime number\' for number in range(2