- Read input from a file of words;
- Find the largest word in the file
- Transpose the letters in the largest word
- Show the largest word and the largest word transposed
- Demonstrate positive and negative test cases
- Ensure you document code and instructions for building and running
- This project was only tested against Python 3.6, this code is not compatible with Python 2.7
- Code was written and tested on a mac computer
- 11 testscases were written in total, where 6 are positive TCs and 5 are negative TCs