Feb-03-2020, 04:37 AM
just strip it off, it's not really needed
for line in lines: line = line.strip()
Read file Into array with just $0d as Newline
|
|
Messages In This Thread |
Read file Into array with just $0d as Newline - by lastyle - Feb-02-2020, 10:58 PM
RE: Read file Into array with just $0d as Newline - by Larz60+ - Feb-03-2020, 04:37 AM
RE: Read file Into array with just $0d as Newline - by lastyle - Feb-03-2020, 11:54 AM
RE: Read file Into array with just $0d as Newline - by snippsat - Feb-03-2020, 04:18 PM
RE: Read file Into array with just $0d as Newline - by lastyle - Feb-03-2020, 05:09 PM
RE: Read file Into array with just $0d as Newline - by lastyle - Feb-03-2020, 11:58 PM
|