I've set the following env variables:
$ export a=''
$ export c='foo'
b does not exist.
I want a single python condition to return True on a and b and False on c
I've set the following env variables:
$ export a=''
$ export c='foo'
b does not exist.
I want a single python condition to return True on a and b and False on c
 
    
    