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