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
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
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.
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
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