From d7a0482f3f8114a4e4173d49f618d48bdfc4eeda Mon Sep 17 00:00:00 2001 From: lincedavid Date: Fri, 21 Oct 2016 17:14:33 +0200 Subject: [PATCH] Update EjerciciosEOI.py --- EjerciciosEOI.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EjerciciosEOI.py b/EjerciciosEOI.py index 5e71146..0f8467f 100644 --- a/EjerciciosEOI.py +++ b/EjerciciosEOI.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ Created on Mon Oct 10 12:09:10 2016 - +##### @author: Sergio """ @@ -24,4 +24,4 @@ rutasalida = raw_input ("¿Dime donde quieres que lo guarde?, incluyendo nombre fichero salida") aperturasalida = open (rutasalida, "w") aperturasalida.write(desglose) -aperturasalida.close() \ No newline at end of file +aperturasalida.close()