You are viewing a single comment's thread. Return to all comments →
I am trying to use sympy.primerange to get alist of prime numbers, but the output fails with message "no module sympy found"
How can we solve this issue. to access sympy I used import sympy
import sympy
Seems like cookies are disabled on this browser, please enable them to open this website
Leonardo's Prime Factors
You are viewing a single comment's thread. Return to all comments →
I am trying to use sympy.primerange to get alist of prime numbers, but the output fails with message "no module sympy found"
How can we solve this issue. to access sympy I used
import sympy