diff options
author | Anthony Wang | 2024-03-06 18:56:44 -0500 |
---|---|---|
committer | Anthony Wang | 2024-03-06 18:56:44 -0500 |
commit | 605eee0686b21f098de65804c76036242a662ec4 (patch) | |
tree | 45933b12fc2d0df3d7c32eb929a2a8238a88b8c0 /static | |
parent | e5f39adbe6557ea19808709dc9b48601c5af881a (diff) |
Print unused word list
Diffstat (limited to 'static')
-rw-r--r-- | static/src/short-story.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/src/short-story.py b/static/src/short-story.py index 24a727f..5716318 100644 --- a/static/src/short-story.py +++ b/static/src/short-story.py @@ -24,3 +24,5 @@ print('-------------- UNDERUSED') for a in A.keys(): if A[a] > B[a]: print(a, A[a], B[a]) + # for i in range(A[a]-B[a]): + # print(a, end=' ') |