单项选择题

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