Ceramah de Fichier Python

# coding: utf-8

fichier = open("data.txt", "r")
print fichier.read()
fichier.close()
Attractive Ape