An anagram is a rearrangement of letters to form a new word. In this challenge, you are given a word and a list of candidates. Your code, written in the Python programming language, must select the sublist of anagrams of the given word.
Prerequisites
Knowledge of Python 3
Intended audience
Beginner Python developers
What will be assessed
Your ability to write Python code within a time-limited environment