From: François Fleuret Date: Sun, 2 Jul 2023 18:18:47 +0000 (+0200) Subject: Update. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b512400504fcac28c0ee85c804571c688696b85;p=picoclvr.git Update. --- diff --git a/stack.py b/stack.py index 219a1ad..458ec79 100755 --- a/stack.py +++ b/stack.py @@ -94,7 +94,7 @@ if __name__ == "__main__": # print(seq_to_str(seq[n], recorded_stack_counts[n])) print(seq_to_str(seq[n], nb_stacks=nb_stacks, nb_digits=nb_digits)) - print("-- TEST ------------------------------") + print("-- PREPARED FOR TEST -----------------") remove_popped_values(seq, nb_stacks, nb_digits)