On Thu, Dec 25, 2014 at 8:18 AM, JC <chalao.a...@gmail.com> wrote: > > Hello, > > Is it possible in python: > > if ((x = a(b,c)) == 'TRUE'): > print x
No, assignments in Python are statements, not expressions.
-- https://mail.python.org/mailman/listinfo/python-list