mon_programme.py 100 B

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