def detect_prime()

in container/prime-flask-server.py [0:0]


def detect_prime(num):
    return 'The sum of all primes less than %d is %d' % (num, sum_primes(num))