convert a string to tuple



how do I convert
b is a string b = '(1,2,3,4)' to b = (1,2,3,4)

.