On Sat, 03 Jan 2009 16:19:58 +0100, Bruno Desthuilliers wrote: > But indeed, you obviously cannot add strings with numerics nor > concatenate numerics with strings. This would make no sense.
The OP comes from a Perl background, which AFAIK allows you to concat numbers to strings and add strings to numbers. That's probably the (mis) feature he was hoping Python had. -- Steven -- http://mail.python.org/mailman/listinfo/python-list