JRQi commited on
Commit
001f520
1 Parent(s): 38df701

Update game3.py

Browse files
Files changed (1) hide show
  1. game3.py +1 -1
game3.py CHANGED
@@ -179,7 +179,7 @@ def interpre3(num_selected):
179
  return res
180
 
181
 
182
- def func3_written(text_written, human_predict, lang_written):
183
  chatbot = []
184
  # num1: Human score; num2: AI score
185
 
 
179
  return res
180
 
181
 
182
+ def func3_written(text_written, human_predict):
183
  chatbot = []
184
  # num1: Human score; num2: AI score
185