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

以下哪项正确表示了三元运算符的表达式?

Ax if y = z
Bx if y else z
Cx if y else = z
Dx if y else z =