Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Jim Conachan
Jim Conachan
2,514 Points

NameError: name 'math' is not defined.

I have imported the function 'math', but it's still not being recognized for use.

Can you post your import statement?

Steven Parker
Steven Parker
229,708 Points

Please post the whole code, as the issue might be with the usage and not the import.

1 Answer

Jim Conachan
Jim Conachan
2,514 Points

Thank you both. I've only just now saw your replies. It was the mechanic and not the tools (as usual!!). =)

Steven Parker
Steven Parker
229,708 Points

Congratulations on resolving it yourself! You might post details here for the benefit of future readers, or you could also delete the question (but you'd need to delete this "answer" first).