updated draft
authorChristian Urban <christian.urban@kcl.ac.uk>
Wed, 10 Sep 2025 15:57:21 +0100
changeset 982 617fc6cfc94a
parent 981 82d0a2aa1849
child 983 d94532448ec8
updated
progs/catastrophic/catastrophic.python
--- 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))