Python三级题目解析 1、题目 输入10个数据进行升序排序,并在这有序数据上插入一个数据,使之仍然有序。 程序代码如下,请补全。 lis = [] for i in range(10): x = int(input