Python Znajdź konkretny plik w katalogu
text_files = glob.glob(path + "/**/*.txt")
Awful Alligator
text_files = glob.glob(path + "/**/*.txt")