Python interpreter with Linux Screen

Posted by Unknown on Stack Overflow See other posts from Stack Overflow or by Unknown
Published on 2009-05-06T03:12:46Z Indexed on 2010/03/16 23:51 UTC
Read the original article Hit count: 221

Filed under:
|
|

I was working with Python with a Linux terminal screen. When I typed:

help(somefunction)

It printed the appropriate output, but then my screen was stuck, and at the bottom of the terminal was "(end)".

How do I get unstuck? Thanks in advance.

© Stack Overflow or respective owner

Related posts about terminal

Related posts about python