[Tutor] How to represent "enter"

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Wed Sep 8 23:45:44 CEST 2004



On Wed, 8 Sep 2004, orbitz wrote:

> "\n"
>
> On some systems it may be "\r\n" but the stream shoudl convert "\n" to
> that if it's setup properly.


By the way, there's a reference table in the middle of:

    http://www.python.org/doc/ref/strings.html

It tabulates a complete list of the "escape" sequences that we can embed
in Python string literals.


Good luck!



More information about the Tutor mailing list