tabs match \s in regexp so before processing the line i add : ``` line = line.expandtabs() ``` which replace tabs by 8 white spaces