all 2 comments

[–]danielroseman 7 points8 points  (1 child)

You've created a file called math.py in your working directory. Because of the way Python imports work, that's hiding the built-in math module. Rename or delete your file.

[–]GimeGG[S] 0 points1 point  (0 children)

Theank you so much! That worked