progs/catastrophic.py
changeset 701 81377a3eb717
parent 613 6290d4285cee
equal deleted inserted replaced
700:f1d4d582ac29 701:81377a3eb717
    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