Simple question - end a raw string with a single backslash ?

Michael Torrie torriem at gmail.com
Sun Oct 18 14:19:18 EDT 2020


On 10/18/20 11:07 AM, Mladen Gogala via Python-list wrote:
> The fundamental 
> difference between the two languages is that Perl is procedural while 
> Python is a fully OO language. Discussion of Perl vs Python necessarily
> devolves into the discussion of procedural vs OO paradigms.

Python certainly is procedural.  A script starts at the top and executes
through to the bottom and ends, barring any flow control in the middle.
 Like Perl you can use it in many different ways and paradigms including
OO if you desire.


More information about the Python-list mailing list