() variable = a if exper else b
()variable = (exper and [b] or [c])[]
() variable = exper and b or c
05-08 08:43