Python Glob cara membaca semua file txt di folder
import glob
glob.glob('*.txt')
smjure
import glob
glob.glob('*.txt')