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.