Re: beginner - py unicode Q

2007-04-07 Thread Gabriel Genellina
enquiring mind wrote: > I read the posting by Rehceb Rotkiv and response but don't know if it > relates to my problem in any way. > > I only want to write German to the screen/console for little German > programs/exercises in python. No file w/r will be used. > > #! /usr/bin/env python > # -*- co

Re: beginner - py unicode Q error

2007-04-07 Thread John Machin
On Apr 8, 10:05 am, enquiring mind <[EMAIL PROTECTED]> wrote: > Sorry, I miscopied this line of code: print verbs[0:2] and not > as posted print verbs[:3] verbs[0:2] has 2 elements; the output showed 3 elements. Looks like you "miscopied" the output as well :-) If you think you need to make a cor

Re: beginner - py unicode Q

2007-04-07 Thread John Machin
On Apr 8, 9:51 am, enquiring mind <[EMAIL PROTECTED]> wrote: > I read the posting by Rehceb Rotkiv and response but don't know if it > relates to my problem in any way. > > I only want to write German to the screen/console for little German > programs/exercises in python. No file w/r will be used.

beginner - py unicode Q error

2007-04-07 Thread enquiring mind
Sorry, I miscopied this line of code: print verbs[0:2] and not as posted print verbs[:3] -- http://mail.python.org/mailman/listinfo/python-list

beginner - py unicode Q

2007-04-07 Thread enquiring mind
I read the posting by Rehceb Rotkiv and response but don't know if it relates to my problem in any way. I only want to write German to the screen/console for little German programs/exercises in python. No file w/r will be used. #! /usr/bin/env python # -*- coding: utf-8 -*- # Filename: 7P