Anagrams Without Sorted Function In Python - Free Python Course

Опубликовано: 30 Сентябрь 2024
на канале: Python Programming
470
8

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"