progs/catastrophic.py
changeset 701 681c36b2af27
parent 613 bfd511b7ecbf
equal deleted inserted replaced
700:52263ffd17b9 701:681c36b2af27
    17 # calling the matching function
    17 # calling the matching function
    18 s = ("a" * int(cn))
    18 s = ("a" * int(cn))
    19 m = re.match('(a*)*b' , s) 
    19 m = re.match('(a*)*b' , s) 
    20 
    20 
    21 print s
    21 print s
       
    22 print m