From: Francois Fleuret Date: Sun, 24 Apr 2022 12:04:04 +0000 (+0200) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mygpt.git;a=commitdiff_plain;h=a91f577fa3bdb99d9d8538c8704d5a34310f5427 Update. --- diff --git a/picoclvr.py b/picoclvr.py index 1013662..6ddcf73 100755 --- a/picoclvr.py +++ b/picoclvr.py @@ -27,6 +27,8 @@ color_names = [ color_tokens = dict( [ (n, c) for n, c in zip(color_names, colors) ] ) +###################################################################### + def generate(nb, height = 6, width = 8, max_nb_statements = 10): descr = [ ]