This commit is contained in:
hillerliao
2021-12-01 11:10:43 +08:00
3 changed files with 5233 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6,7 +6,7 @@ from os import path
file_path = path.dirname(path.realpath(__file__))
def ctx():
file = path.join(file_path,'ieltswords.txt')
file = path.join(file_path,'toeflwords.txt')
with open(file, encoding='utf-8') as inf:
f = inf.readlines()
count = len(f)