Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

ouvrir fichier txt python et le lire

# coding: utf-8

fichier = open("data.txt", "r")
print(fichier.read())
fichier.close()
Source by python.doctor #
 
PREVIOUS NEXT
Tagged: #ouvrir #fichier #txt #python #le #lire
ADD COMMENT
Topic
Name
1+6 =