When writing Import Math Pycharm, a MATH brings a red line and, when hovering a cursor, gives out No MODULE NAMED MATH . Math itself works, i.e. When performing the code
import math Print (Math.pi)I get the cherished 3.14 ...
However, Pycharm does not recognize this module and it does not have it in the Exteal Libraries. How to make Pycharm "" See "" "again?
question@mail.ru
·