/word_jumble

The program should accept a string as input, and then return a list of words that can be created using the submitted letters. For example, on the input "dog", the program should return a set of words including "god", "do", and "go".

Primary LanguagePython

This repository is not active