On Jul 24, 1:13 am, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
> ജഗന്നാഥ് wrote:
> > I am a Perl programmer new to Python. I have a small doubt.
>
> I suspect you mean "question", not "doubt".  It's not quite the same thing.
>
> > How to convert the perl notation
> > $a = ""; expression in Python ?
>
Thank you for all to giving suggestions .

With regards

Jaganadh G


> > How to represent the loop
> > for ($a = $b; $a<=$c;$a++){
> > } in Python
>
> Start here:
>
>      http://www.lucasmanual.com/mywiki/PerlPythonPhrasebook
>
> and then read either of these (preferably both):
>
>      http://www.swaroopch.com/byteofpython/
>      http://docs.python.org/tut/
>
> </F>

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to