I have a sympy expression of the following form:
a, b = symbols(\'a b\') expr = a + a/b + a/b**2 + a**2/b**2 + a/b**3
I want to set any terms whe