Count number of same characters in a string Python code example Example: how to tell if two numbers have the same characters python sorted(str1) == sorted(str2)