Ah, yes, it does give a redefinition error. I understand about the string 
_value_ bound to `line` in the for loop being immutable - I just want the 
_binding_ `line` to be reassignable a different value, in this case the result 
of `line.strip`.

Reply via email to