Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python read file without newline

# converts read file into a list without newlines
temp = file.read().splitlines()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #read #file #newline
ADD COMMENT
Topic
Name
9+6 =