This following section of code gave me the error
fd=((1/(sd*sqrt(6.28)))*2.718**((-1(d-average)**2))/(2*sd**2)))
This is the error
Traceback (most recent call last):
File "C:\Users\etc
fd=((1/(sd*sqrt(6.28)))*2.718**((-1(d-average)**2))/(2*sd**2))
TypeError: 'int' object is not callable
i cannot find where the int object is "not callable"
thanks