Advent of Code: Day 4

--- Part Two ---

Secure Container

An Elf just remembered one more important detail: the two adjacent matching digits are not part of a larger group of matching digits.
Given this additional criterion, but still ignoring the range rule, the following are now true:
How many different passwords within the range given in your puzzle input meet these criteria?
Your puzzle input is 246515-739105.
Your puzzle answer via the Python solution was 677.