How to execute: python ./challenge19.py "\<text to rearrange\>"
You will be asked for a api-key for merriam-webster dictionary API.
You can use their free API, but you have to register for the API: API The free usage should suffice for this program. (1000 requests per day, should be enough for all challenge19 sentences)
You may also leave the api-key empty when running this script, then merriam-webster dictionary will not be checked. This might lead to 'incorrect' solutions. (Only checkup via wordlist)