Determine if a string is collapsible: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
m →‎{{header|Python}}: Added the missing predicate – foregrounded in the task title, and already forgotten in the listing of tests.
Hout (talk | contribs)
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}}==