Introduction
We compare values to check if things are the same or different. This helps us find mistakes in our code.
Check if a function returns the expected result.
Verify that two variables hold the same value after some operation.
Ensure that an error message is not equal to an empty string.
Confirm that a list length is not equal to zero after adding items.
Test if user input matches the required format or value.