I m not able to import math package to my main.py program
PS C:\Users\91798\Desktop\Data Science Master\Python\modules> python main.py
Traceback (most recent call last):
File “main.py”, line 3, in
print(math.a)
AttributeError: module ‘math’ has no attribute ‘a’