I need to execute a system command in which there is a variable.In the code below
os.system('SMILExtract -C config/demo/demo1_energy.conf -I user.wav -O csv/user.csv')
in the string "user.wav", user is a variable string and .wav is the constant string.How can include it within the os.system() command
subprocessfor things like this. It was designed specifically to replace several other, older modules and functions, such asos.system