python 三目运算符时间:2022-08-02 14:30:50格式: true_res if condition else false_res Meto 1: Meto 2: >>> x = 2 >>> x+1 if x!=1 else --x 3