python语言提供的查找算法有max?
a = input() max(a) min(a) 第一行注意下输入的格式和类型。 python里面自带max和min方法。不用再去对元组或列表进行排序,找最大值最小值