Isprime | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Isprime

How can we know if a number is prime in Python? what should be imported?

29th Jul 2018, 4:01 AM
Mohsen
2 Answers
+ 5
Don't expect too much from python :P. There's no built-in module to check if the number is prime or not. You can easily do it check if a number is prime or not with a for loop..
29th Jul 2018, 4:07 AM
Yash✳️
Yash✳️ - avatar