i'm still attempting this unscrambler for my challenge, i just need a little help with 1 small thing.. how am i able to check if a string contains the same characters as another string? example:
str1 = "olleh"
str2 = "elloh"
does str2 contain the same letters as str1 (even if it is in a differe
+nt order)