On Jul 23, 3:51 pm, ജഗന്നാഥ് <[EMAIL PROTECTED]> 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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to