Advertisement
mayannait

Python - Abrir txt

Feb 7th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. # Mayanna Oliveira
  2. # Email: mayannait@gmail.com
  3.  
  4. # Abrir arquivo .txt
  5. arquivo = open("texto.txt", "r")
  6. print(arquivo.read())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement