Python 練習冊,天天一個小程序(0007)

詳細題目在https://github.com/Yixiaohan/show-me-the-code上。這次是0007題,統計文件夾內程序文件的行數。python # -*- coding: UTF-8 -*- import os import re #將文件夾中的每一個文件目錄放入一個列表中 def getFile(directory): list = os.listdir(direc
相關文章
相關標籤/搜索