注意:此页面搜索的是所有试题
下列Python语句正确的是 ( )
·mi= x if x < y else y
·max = x > y x : y
·if (x > y) print x
·while True : pass

参考答案