Python Code Challenge - Anagrams

preview_player
Показать описание
Welcome to Python code challenges. In this Python code challenge series we hope to compliment the existing Python courses on this channel. Code challenges are for people looking to sharpen their Python skills first at a beginner's level with the ambition to then move into more advanced challenges as we progress. In this Python Challenge we focus on finding anagrams with inputed words and against a list on known words.

Code Challenge:
An anagram is a word or phrase made by using the letters of another word or phrase in a different order. For example, Python and Typhon both use the same letters to form two different words. Create a function that checks if a given word is an anagram of another word. Build a function that takes 2 parameters, the initial word and the word you want to check is an anagram of the first word. Output True if an anagram was found and False if not.

Extension challenge
Create a small application that asks the users to type in a word and check the users word against a list of existing words.

Code Repository:

🏅 Code Challenges - Python Beginner Playlist:

🏅 Python Beginners Course:
Code repository:

🏅 Python Beginners + Course :
Code repository:

🏅 Python Intermediate Course:
Code repository:

🐱‍🏍Would you like to SUPPORT US FURTHER so that we can make even more great content - Please consider joining our members community.

👍SUBSCRIBE to get more free tutorials, courses and code snippets!
Рекомендации по теме
Комментарии
Автор

Nice video, very detailed explanation.

johnadebiyi
Автор

What if we wanted the python program to accept two words from user input only, and check if those two words are anagrams?

oluwasegunnicholas
Автор

My friend, how cam I ever repay u with these amazing contents? Also whats the best way to communicate with u?

m.bensss
Автор

Hi bro i want to get started with python dsa bro how to do that

gunahawk