Topic: Bit Manipulation Problem / Level: beginner

Problem: Create a function that checks if two binary strings of equal length differ by exactly two bits.

Run the code to see the output here...