Question #216253

what will be the output of the variable L after the following code is executed?



Expert's answer

import re


s = 'ACAABAACAAAB'

result = re.findall('A{1,2}', s)

L = len(result)

print(L)


#output is 5


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS