"unused import statement (math)" and "unresolved reference 'sin'"... [SOLVED]
I just wrote the following "import-test.py" file:
import math
test = sin(3)
But the import-statement is grey: "unused import statement"
And 'sin' is marked: "unresolved reference 'sin'"...
How do I get PyCharm to recognize or find the math module?
Thank you.
Please sign in to leave a comment.
OOPS!! What was I thinking... It should have been:
Sorry!
There doesn't seem to be a way of marking a problem as solved(?)