-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
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
Reactions are currently unavailable