I was writing a code to find the product of the first n prime numbers.
def num_primorial(n): print(str(n) + "---\\n2") prime_count = 1 p