Import math into python 3.6 (pycharm)

1

I'm starting my studies in programming, I decided to start with python, and in one of the videotapes the teacher said to type:

import math

But when I type import I can not find this library, and videotape is dated from last year. I would like to know why I can not find math, only cmath, and how do I access this library.

    
asked by anonymous 01.07.2018 / 00:55

0 answers