Hi
i'M browsing thru man pages and python help pages.whenver i type man <topic> it opens the topic and the respective pages.but i dont understand how to return to that prompt where i typed the man command.simmilarly with the python ,when i enter into python interpreter from terminal it goes to python interpreter.but when i type help(object or class) into pythons interpreter it opens the respective help file.buti can't have return path from there back to the prompt.how can i return?