filmov
tv
Python Code Challenge - Anagrams

Показать описание
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!
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!
Комментарии