Exemplo n.º 1
0
 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)