首页->Python语言基础
(A)max = x >y ? x : y
(B)if(x>y) print(x)
(C)while True: pass
(D)min = x if x < y else y