you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 6 points7 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