аватар question@mail.ru · 01.01.1970 03:00

Pycharm does not identify the Math module

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?

аватар answer@mail.ru · 01.01.1970 03:00

The question has been asked a long time ago. Pycharm developers solved this problem and there is no this error in the new version.

Latest

Similar