I checked on internet and found this code to generate prime number in Python3 :
def gen_primes(N): """Generate primes up to N""&q