JRQi commited on
Commit
6827860
1 Parent(s): c29f26b

Update game1.py

Browse files
Files changed (1) hide show
  1. game1.py +1 -1
game1.py CHANGED
@@ -137,7 +137,7 @@ def func1(lang_selected, num_selected, human_predict, num1, num2, user_important
137
  if user_important == "":
138
  user_select += "nothing. Interesting! "
139
  else:
140
- user_select += "'" + user_important + "'."
141
  # for i in range(len(user_marks)):
142
  # if user_marks[i][1] != None and h1[i][0] not in ["P", "N"]:
143
  # flag_select = True
 
137
  if user_important == "":
138
  user_select += "nothing. Interesting! "
139
  else:
140
+ user_select += "'" + user_important + "'. "
141
  # for i in range(len(user_marks)):
142
  # if user_marks[i][1] != None and h1[i][0] not in ["P", "N"]:
143
  # flag_select = True