sudoku icon indicating copy to clipboard operation
sudoku copied to clipboard

Replace TAB to 4 spaces

Open litmon opened this issue 8 years ago • 0 comments

When I run python test.py, it has crashed. So I fixed to replace TAB to 4 spaces.

$ python test.py
File "test.py", line 57
    if not os.path.exists('results'): os.mkdir('results')
                                                        ^
TabError: inconsistent use of tabs and spaces in indentation

@Kyubyong

litmon avatar Jul 28 '17 09:07 litmon