X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=picoclvr.py;h=712da1760764b85d3639d7427e16d85a9553bb4b;hb=046f35f38d629c9854104e855a53f0142449138f;hp=f4d7a65a65b9dade2d3d73386db37cfda4f653d0;hpb=97e9ce02762148ac3cdedf22336034fdc75754b2;p=mygpt.git diff --git a/picoclvr.py b/picoclvr.py index f4d7a65..712da17 100755 --- a/picoclvr.py +++ b/picoclvr.py @@ -71,7 +71,9 @@ color_tokens = dict( [ (n, c) for n, c in zip(color_names, colors) ] ) ###################################################################### -def generate(nb, height = 6, width = 8, max_nb_squares = 5, max_nb_statements = 10, many_colors = False): +def generate(nb, height = 6, width = 8, + max_nb_squares = 5, max_nb_statements = 10, + many_colors = False): nb_colors = len(color_tokens) - 1 if many_colors else max_nb_squares