Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

lecture de fichier python

# coding: utf-8

fichier = open("data.txt", "r")
print fichier.read()
fichier.close()
Source by python.doctor #
 
PREVIOUS NEXT
Tagged: #lecture #de #fichier #python
ADD COMMENT
Topic
Name
3+7 =