python核心编程第6章习题答案

3: (1):学习一下第3行的用法css num=raw_input("enter all the num and split with space:").split() num=[int(eachStr) for eachStr in num]#学习一下这种用法 sortedList=sorted(num)[::-1] print sortedList 结果:python enter all t
相关文章
相关标签/搜索