On Wed, Sep 30, 2015 at 4:58 PM, Piotr Duda <duda.piotr@gmail.com> wrote:
What about something like:
z = x if is not None else []


Pretty hard to read. z x are short, but in many real code that sentence has more characters and actually better off with today's anyway.