This is my code to find the prime numbers which can be expressed as sum of other consecutive prime numbers:
def is_prime(n): if n in [0,1]: return