### Description Allow the user to supply multiple files and calculate their entropy sequentially for example `python3 entropy.py file1.txt file2.txt file3.txt` ### Checklist * [ ] Access all the arguments * [ ] Run the calculation over all files * [ ] Output results in a formatted manner * [ ] Handle all file access errors