Implement a multi-part IPv4 iterator system in Python using the standard iterator protocol (__init__, __iter__, __next__). The problem is revealed one part at a time; each part must be fully coded with passing tests before the next is unlocked. Part 1 – Forward Iterator: Given a starting IPv4 string (e.g.,…