コード例 #1
0
ファイル: display.py プロジェクト: jichen3000/picture_sudoku
 def same_size_ragions(ragions, count_in_row=9, init_value=BLACK):
     '''
         Show the ragions which have the same size.
     '''
     the_image = Ragions.join_same_size(ragions, count_in_row, init_value)
     Display.image(the_image)