An anagram of a string is another string which contains the same characters, only order of characters can be different.
- The input consists of two lines.
- First line will contain the first string.
- Second line will contain the second string.
- The output consists of a single line.
- If the given strings are anagram or not
Enter your first string
prateek
Enter your second string
keparte
Two strings are anagram of each other