Noob question: Is all this typecasting normal?
Steven D'Aprano
steve at REMOVE-THIS-cybersource.com.au
Sat Jan 3 20:41:37 EST 2009
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
More information about the Python-list
mailing list