differance_ouverture_fichierTXT 133 B

12345678
  1. #!/usr/bin/python
  2. # -*- coding: utf-8 -*-
  3. texte = open ("diff", "r")
  4. sentence = texte.read()
  5. texte.close()
  6. print(sentence)