I want this string:
s = "2(ab2(cd))"
to be evaluated as s = "ababcdcdcdcd" Can anyone tell me how in Python?
s = "ababcdcdcdcd"