Quote:
Originally Posted by chaley
As long as I am commenting.
The line you added could be
Code:
elif f > 0:
return is_reading_str
else:
because the if above has already removed all the cases that the clause after the 'and' would catch.
|

You're right.
Just do that compare once, sigh ...

Works like a charm