Doubt

Paddy paddy3118 at googlemail.com
Wed Jul 23 15:56:35 EDT 2008


On Jul 23, 3:51 pm, ജഗന്നാഥ് <jagana... at gmail.com> wrote:
> Friends
>
> I am a Perl programmer new to Python. I have a small doubt.
> How to convert the perl notation
> $a = ""; expression in Python ?
>
> How to represent the loop
> for ($a = $b; $a<=$c;$a++){
>
> } in Python
>
> Jagan
> Linguist

This might help you generally:
  http://wiki.python.org/moin/PerlPhrasebook

- Paddy.



More information about the Python-list mailing list