[Tutor] how to print a message backwards

Serdar Tumgoren zstumgoren at gmail.com
Wed Sep 23 18:07:21 CEST 2009


> http://docs.python.org/tutorial/introduction.html#strings
>

The below page is a better introduction to sequences:

http://effbot.org/zone/python-list.htm

It uses lists, but the lessons on slicing also apply to strings (which
are a type of sequence).

HTH!
Serdar


More information about the Tutor mailing list