I am new to the programming world. I was just writing this code in python to generate N prime numbers. User should input the value for N which is the total number of prime n
Anwer here is simple i.e run the loop 'n' times.
n=int(input()) count=0 i=2 while count