Customize .read () and .write () in Python

0

I'm starting to learn Python and I came up with a question using with to open files, can I pass arguments to arquivo.read() methods to read a line and jump to the bottom line when a TAB or spaces are found?

For writing I believe that arquivo.write(conteudo1, "\t", conteudo2) would solve.

    
asked by anonymous 27.07.2017 / 18:20

0 answers