import reutf-8
print (re.findall("(abc)+","abcabcabc"))import
print (re.findall("(?:abc)+","abcabcabc"))coding