python do something if true code example Example 1: if condition in print statement python print (a if b else 0) Example 2: implicit if python x = a if b else 0