with open(r"C:\dev\python\bac_a_sable\histo.txt", "r") as f: for line in f: print(line)