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
相關文章
相關標籤/搜索