Posts by José Martins • 43 points
1 post
-
4
votes1
answer61
viewsQ: How to copy the script by running to another folder in Python?
I made a script in Python that runs some commands in the terminal, and I want it to move to another folder. I tried to use the cp teste.py minha_pasta/teste.py, but it doesn’t work. This is my code:…