In this program, we find whether the two given strings are anagram or not, by using python. We will be finding whether the two given strings are anagram to each other.
What is an anagram?
An anagram is a rearrangement of the letters of a word to another word, using all the original letters exactly once.
For example: Input: S1="listen"
S2="silent"