function/instruction syntax
Published: March 6, 2020 - 5:31 PM
Hello,
as I'm not bilingual in French and Python, I need a little help. Sorry for the basic nature of the question. In other languages, no problem, but here... stumped.
My incredibly simple need is to launch a program with a parameter
like `run(r' "test.bat" w_computername')` preceded by `get_computername()`.
I probably need to add a % or ` or $ or § or something else so that `run` passes the parameter value... I've searched and searched...
is there a syntax guide somewhere?
Thanks in advance
, Thierry
as I'm not bilingual in French and Python, I need a little help. Sorry for the basic nature of the question. In other languages, no problem, but here... stumped.
My incredibly simple need is to launch a program with a parameter
like `run(r' "test.bat" w_computername')` preceded by `get_computername()`.
I probably need to add a % or ` or $ or § or something else so that `run` passes the parameter value... I've searched and searched...
is there a syntax guide somewhere?
Thanks in advance
, Thierry