Comparison operators in Python

Anirudh Sivaraman sk.anirudh at gmail.com
Wed Jun 1 14:50:39 EDT 2011


Hi

I am a relative new comer to Python. I see that typing is strongly
enforced in the sense you can't concatenate or add a string and an
integer. However comparison between a string and an integer seems to
be permitted. Is there any rationale behind this ?

Anirudh



More information about the Python-list mailing list