Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to access a txt file through os library in python

my_file_handle=open("folder/test.txt")
my_file_handle.read()
Source by www.datacamp.com #
 
PREVIOUS NEXT
Tagged: #access #txt #file #os #library #python
ADD COMMENT
Topic
Name
6+3 =