Construct String recursively in Python

后端 未结 0 1396
遇见更好的自我
遇见更好的自我 2021-01-14 09:16

I have following code to construct a string from a given string recursively.

def queryGen(text, lastOP=\'\'):
    pattern = re.compile("\\((.+?)\\)\\s+(a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题