Determine if a string is collapsible: Difference between revisions

m
→‎{{header|Python}}: Added predicate test output.
m (→‎{{header|Python}}: Added the missing predicate – foregrounded in the task title, and already forgotten in the listing of tests.)
m (→‎{{header|Python}}: Added predicate test output.)
Line 1,347:
if __name__ == '__main__':
main()</lang>
{{Out}}
<pre>[False, True, True, True, True, True, True, True, True, False]</pre>
 
=={{header|Raku}}==
9,659

edits