I am using PythonAnywhere to run 3.4, and when I use help(math) I get a menu. How do I exit the menu?
help(math)
The help menu opens up in your default pager (usually less). Press q to quit it.
less