Statement: the UserName & lt;> "123" and (Sex="male" or Age & gt; 30)
Output: [' UserName & lt; & gt; "123" ', 'and', '(',' Sex="male" ', 'or', 'Age & gt; 30', ') ']
Thank you very much!
CodePudding user response:
With the and the split, joining together again