diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2020-08-12 08:24:54 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2020-08-12 08:24:54 +0800 |
commit | 335ab5332a7a3110e773ce6f3fe95ced5978bf53 (patch) | |
tree | ca02eb2fe0c4dc2777b15decf4d5d37a857440ae /app | |
parent | a4ef031acc2c38432a2ed83d5ff89e3f35057a54 (diff) |
main.py: update comments in difficulty.py.
Diffstat (limited to 'app')
-rw-r--r-- | app/difficulty.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/difficulty.py b/app/difficulty.py index 090edf3..cc85089 100644 --- a/app/difficulty.py +++ b/app/difficulty.py @@ -4,7 +4,6 @@ ########################################################################### # Purpose: use dictionary & pickle as a simple means of database. -# Task: incorporate the functions into wordfreqCMD.py such that it will also show cumulative frequency. import pickle import math |