kachayev opened this issue 12 years ago · 2 comments
I.e.
>>> print (_ * 2) "(x1) => x1 * 2" >>> print (_ + _) "(x1, x2) => x1 + x2"
Is there anything else needed for this except cab56e4 ?
Yes, I added recursive string builder for more than two argument (with appropriate test cases) + readme + history + version. Everything is done in 36c3e06, so I'm closing this issue.