看板
[ Python ]
討論串[問題] word count in files
共 3 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
I'm trying to write a command that print the largest file in the current. working directory. I'm able to print all the files and their wordcount,. but
(還有725個字)
內容預覽:
Two methods.. First, just save each file's filename and wordcount,. then use max or sort to find out the largest one.. It should looks like that ... c
(還有463個字)
首頁
上一頁
1
下一頁
尾頁