progs/catastrophic/catastrophic.python
changeset 983 ed8d8ba2cb34
parent 965 94f5cce73a4f
--- 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))