with open("datos.txt", "r") as fichero: contenido = fichero.read() print(contenido)