neeru1207 / AI_Sudoku

GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
Creative Commons Zero v1.0 Universal
999 stars 153 forks source link

Avoid backslash line termination with builtin any() #7

Closed cclauss closed 4 years ago

cclauss commented 4 years ago

PEP8 recommends avoiding backslash line termination in Python because a whitespace to the right of the backslash breaks the script on a change that is invisible to the reader.