更新 'app/difficulty.py'

Bug476-ZhangWeiHao
张伟浩 2022-06-13 20:39:59 +08:00
parent f553c37af2
commit bd997d1c66
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ def combine_words_through_grammar(lst,d): #通过语法合并同一单词的不
for word2 in d: for word2 in d:
if change_word==word2: if change_word==word2:
lst1[index]=change_word lst1[index]=change_word
break
return lst1 return lst1
def user_difficulty_level(d_user, d): def user_difficulty_level(d_user, d):