f = open("holamundo.txt", "r") mensaje = f.read() print(mensaje) f.close()