`k=list(sre_yield.AllStrings('[a-zA-Z]\d{7}'))` Is there way to limit the numbers as to generate 9 digit it would take lot of time.
k=list(sre_yield.AllStrings('[a-zA-Z]\d{7}'))Is there way to limit the numbers as to generate 9 digit it would take lot of time.