Posts by nickolas daniel • 11 points
1 post
-
1
votes2
answers764
viewsQ: use variable cmd command with python
I wanted to make a program that opens and reads a text file. Then run or command on cmd using what he had read in the text file more or less like this: import os nome = open ('nome.txt') nome1…