I am new to python coding .I have done a soap client program in php but now i want to convert it in python
I am stuck at this point
$result = $client->GetLastData(array('Id' => array($id)));
How can i convert this set of code from php to python. Can any one please tell me is there an way to pass an associative arrays in python
Thanks in advance