Saturday, 17 August 2013

Python: what is the operation that returns 6 for the expression (2 and 2*3)?

Python: what is the operation that returns 6 for the expression (2 and 2*3)?

My first question is what is the more abstract question for the question:
'what is the operation that returns 6 for the expression (2 and 2*3)?
Please feel free to retitle my question appropriately.
My second question is what is it that is going on in python that returns 6
for (2 and 2*3). There seems something elegant going on here, and I'd like
to read up on this operation.

No comments:

Post a Comment