The help showed how to pass one param to your c/c++ program from python by using PyArg_ParseTuple, but how would I pass 2 or more params to my c/c++ program from python?