单项选择题

A.x if condition else y
B.condition ?x :y
C.if condition:x else:y
D.condition then x else y