mirror of https://github.com/injetlee/Python.git
Update countFile.py
parent
94faec41b8
commit
57f2dca891
|
@ -1,3 +1,4 @@
|
|||
#Amezing method
|
||||
import os
|
||||
result = []
|
||||
def get_all(cwd):
|
||||
|
@ -13,4 +14,4 @@ def get_all(cwd):
|
|||
|
||||
if __name__ == "__main__":
|
||||
cur_path = os.getcwd() #当前目录
|
||||
get_all(cur_path)
|
||||
get_all(cur_path)
|
||||
|
|
Loading…
Reference in New Issue