The title describes the question pretty much.
|
|
The
as you see, the prompt is output without any newline, and what the user types after that appears on the same line as the prompt. Of course, the user is also typing a newline, and (like everything else the user types), that newline is echoed (so further results are on following lines). Is that your problem? If so, then you need to switch to platform-specific approaches, such as curses on just about any machine except Windows, and msvcrt on Windows (or, you could look for a |
|||
|
|
|
If you use raw_input it does not insert a new line automatically.
Jacob |
|||||||
|