From 335ab5332a7a3110e773ce6f3fe95ced5978bf53 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Wed, 12 Aug 2020 08:24:54 +0800 Subject: main.py: update comments in difficulty.py. --- app/difficulty.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1