l=[] for i in range(3): x=int(input(“shuru :”)) l.append(x) print (l) print(sorted(l)) print(sorted(l,reverse=True) l.sort() print(l)
確定! 回上一頁