This commit is contained in:
Juanjo 2024-11-05 19:03:04 +01:00
commit 9aab7815b9
1 changed files with 3 additions and 1 deletions

View File

@ -15,4 +15,6 @@ if __name__ == "__main__":
texto = "Este es un ejemplo de texto."
nombre_fichero = "ejemplo.txt"
persistenciaFile.guardar_texto_en_fichero(texto, nombre_fichero)
persistenciaFile.guardar_texto_en_fichero(texto, nombre_fichero)