Search code examples
pythonpython-3.xpythonanywhere

How do I exit the help menu?


I am using PythonAnywhere to run 3.4, and when I use help(math) I get a menu. How do I exit the menu?


Solution

  • The help menu opens up in your default pager (usually less). Press q to quit it.