Python Glob cara membaca semua file txt di folder

import glob
glob.glob('*.txt')
smjure