+ 1

What is the code to find a prime number in python

hope ill find the answer

25th Jun 2019, 3:51 PM
Kavish
Kavish - avatar
2 Respostas
+ 2
Kavish You can use sympy: from sympy import primerange for x in primerange(1, 20): print(x)
25th Jun 2019, 4:33 PM
portpass
+ 1
portpass thankyou ill try this
25th Jun 2019, 4:37 PM
Kavish
Kavish - avatar