Merge branch 'main' of https://git.ieslamar.org/gitea/thread4
This commit is contained in:
commit
9aab7815b9
2
main.py
2
main.py
|
@ -16,3 +16,5 @@ if __name__ == "__main__":
|
||||||
texto = "Este es un ejemplo de texto."
|
texto = "Este es un ejemplo de texto."
|
||||||
nombre_fichero = "ejemplo.txt"
|
nombre_fichero = "ejemplo.txt"
|
||||||
persistenciaFile.guardar_texto_en_fichero(texto, nombre_fichero)
|
persistenciaFile.guardar_texto_en_fichero(texto, nombre_fichero)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue