Posts by Gabriel Menezes • 1 point
1 post
-
0
votes2
answers118
viewsA: How to delete a specific PYTHON file
Hello, I believe the way to remove python files is like this: import os os.remove("caminho/nome_do_arquivo.extensao")
1 post
0
votes2
answers118
viewsHello, I believe the way to remove python files is like this: import os os.remove("caminho/nome_do_arquivo.extensao")