Relative Content

Tag Archive for python-3.xstringlistfiltersplit

splitting a string into workable lists (Python)

I want to be able to turn a user input string into a string list and then modify that list as needed.For example sake I will be useing: (a+b)(b+a). where the final result is list[0]=a+b and list[1]=b+a.