--- a/progs/catastrophic/catastrophic.python Fri Sep 05 18:24:39 2025 +0100 +++ b/progs/catastrophic/catastrophic.python Wed Sep 10 15:57:21 2025 +0100 @@ -20,4 +20,4 @@ m = re.match('(a*)*b' , s) print(s) -print(m) +print(bool(m))