How to exit when viewing python help like help(os.listdir)

前端 未结 2 759
别跟我提以往
别跟我提以往 2020-12-25 11:23

when the help window pops up, what are the basic commands (mac os) to page up/down, end of document and exiting the help screen?

I just had to close

2条回答
  •  长发绾君心
    2020-12-25 11:57

    You are probably in less (this is configurable through the PAGER environment variable, but you probably haven't changed that). Press h for help and q to quit.

提交回复
热议问题