(单选题, )下列Python语句正确的是 ( )
A.min = x if x < y: else y
B.max = x > y ? x : y
C.if (x > y) print x
D.while True : pass
正确答案是D