How to Check if Two Strings are Anagram with Python Code 🔥

Опубликовано: 16 Октябрь 2024
на канале: The How-To Guy
66
2

Follow the tutorial to learn about these python functions:
lower()
upper()
sorted()
We will then use the functions above to create a python program that checks if two words are anagram!

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Anagram:
========
"Two strings are said to be anagram if we can form one string by arranging the characters of another string. For example, Race and Care. Here, we can form Race by arranging the characters of Care.