Search

check ==, !=

Big-O
O(len(s))
Example
s != t
Notes
same as len(t); False in O(1) if the lengths are different