projects
/
picoclvr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8721482
)
Update.
author
François Fleuret
<francois@fleuret.org>
Sun, 2 Jul 2023 18:18:47 +0000
(20:18 +0200)
committer
François Fleuret
<francois@fleuret.org>
Sun, 2 Jul 2023 18:18:47 +0000
(20:18 +0200)
stack.py
patch
|
blob
|
history
diff --git
a/stack.py
b/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)