From 4b512400504fcac28c0ee85c804571c688696b85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Sun, 2 Jul 2023 20:18:47 +0200 Subject: [PATCH] Update. --- stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1