17 # calling the matching function
18 s = ("a" * int(cn))
19 m = re.match('(a*)*b' , s)
20
21 print s
22 print m