I am new to python and I need to use a variable in the os.system
command, here's my code so far
import os , sys
s = raw_input('test>')
then i want to use the varable s
in an os.system
command so I was thinking something like os.system("shutdown -s -t 10 -c" 's')
I don't want answers for that specific command I just want to know in general but if you are going to use an example use shutdown