A. min = x if x < y else y B. max = x > y ? x : y C. if (x > y) print x D. while True:pass
A. 10,20,30 B. 10,20,20 C. 20,10,10 D. 20,10,30