Doubt

2008-07-23 Thread ജഗന്നാഥ്
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 -- http://mail.python.org/mailman/listinfo/python-list

Re: Doubt

2008-07-23 Thread ജഗന്നാഥ്
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 conv