DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
1+6 =
Submit