Forum >> Programmazione Python >> Files e Directory >> File di testo non scritto

Pagina: 1

Ciao,
ho scritto un codice in cui un percorso specificato viene scritto in un file path.txt per essere prelevato da un altro script.




ecco il codice:


path_send = open("path.txt", "w")

path_send.write(input("file path: "))





ma nonostante l'esecuzione non dia alcun errore, il file path.txt rimane completamente VUOTO.




Cosa sto sbagliando?

Scusatemi se sbaglio una cosa scontata...

Grazie! :)
hai chiuso il file?
THE 🍺-WARE LICENSE (Revision ㊷):
<㎝🐌🐍.🇮🇹> wrote this post. As long as you retain this notice you
can do whatever you want with this stuff. If we meet some day, and you
think this stuff is worth it, you can buy me a 🍺 in return. -- ㎝
hai chiuso il file?

Ehm...no :dont-know:
Grazie.


Pagina: 1



Esegui il login per scrivere una risposta.