Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python read entire file

with open('Path/to/file', 'r') as content_file:
    content = content_file.read()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #read #entire #file
ADD COMMENT
Topic
Name
6+7 =