# address range matches network boundaries
common_network(ip_address("192.168.0.0"), ip_address("192.168.0.15"))
# address range does not match network boundaries
common_network(ip_address("192.167.255.255"), ip_address("192.168.0.16"))
Run the code above in your browser using DataLab