Update.
authorFrançois Fleuret <francois@fleuret.org>
Sun, 2 Jul 2023 18:18:47 +0000 (20:18 +0200)
committerFrançois Fleuret <francois@fleuret.org>
Sun, 2 Jul 2023 18:18:47 +0000 (20:18 +0200)
stack.py

index 219a1ad..458ec79 100755 (executable)
--- 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)