santosh.yelamar...@gmail.com wrote:
Hi,

Can anyone help me in the below issue.

I need to convert string to dictionary

string = " 'msisdn': '7382432382', 'action': 'select', 'sessionId': '123', 
'recipient': '7382432382', 'language': 'english'"

Can anyone help me with the code

I'm new to Python too, but it looks like you need to "split" it about the commas. Right?
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to