import re

s = 'HAPPY'
print(re.findall(r'(?=(..))', s))