Flat files are text files. Lets start by opening a file by using file = open("nome_do_txt.txt", mode='r'). I can also pass the path of the file together with the name ...