2
Answers

(comma separated string)

How to convert
for example
 
string='M,P,R' (comma separated string)
into
'M','P','R'

Answers (2)