Merge branch 'main' of https://git.ieslamar.org/gitea/thread4
This commit is contained in:
commit
9aab7815b9
4
main.py
4
main.py
|
@ -15,4 +15,6 @@ 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