首页->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