while len(sent) < senten_min_length:
use < instead of & lt;
There is no & lt; in Python. It is possible that you are getting this error because you have copied the code from some Website(HTML file).
solved Syntax error in python when using ;
while len(sent) < senten_min_length:
use < instead of & lt;
There is no & lt; in Python. It is possible that you are getting this error because you have copied the code from some Website(HTML file).
solved Syntax error in python when using ;