Python problem.
The letters A through F are used for writing hexadecimal numbers and can also spell a few English words.
Write a program that finds the longest word in the dictionary that is spelled using only those six letters.
You can create your own dictionary.