Traceback (most recent call last):
File "r1.py", line 74, in <module>
print(rubi.replace(subject))
File "/Users/parsoyaarihant/anaconda/lib/python3.6/site-packages/matchpy-0.5.dev56+g9b820f8-py3.6.egg/matchpy/matching/many_to_one.py", line 798, in replace
File "/Users/parsoyaarihant/anaconda/lib/python3.6/site-packages/matchpy-0.5.dev56+g9b820f8-py3.6.egg/matchpy/functions.py", line 126, in replace
TypeError: object of type 'Add' has no len()
Pattern is matching but
.replace
inManyToOneReplacer
is showing error.Code
Error: