Update word.py

This commit is contained in:
hillerliao
2021-11-30 16:18:08 +08:00
committed by GitHub
parent 50f7fb427a
commit 0a4bedc3d5

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)