Posts by Renato Kamiya • 1 point
1 post
-
0
votes3
answers4236
viewsA: How to open . txt files in Python?
I can open the file from anywhere and show it on screen in this way: f=open("C:\Users\usuario\Downloads\Telefones.txt",'r') #caminho do arquivo file_data = f.read() #variavel que receberá o arquivo…
pythonanswered Renato Kamiya 1