首页题库练习题目详情
Python程序设计单选题中等

Python中三元运算符的标准语法格式是?

Ax if y else z
By if x else z
Cz if x else y
Dy else x if z