from time import clock import sys def prdct_of_primes(n): start=clock() i=2 prdct=1 count,adds,muls=0,0,0 while(count