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

Update game3.py

Browse files
Files changed (1) hide show
  1. game3.py +1 -1
game3.py CHANGED
@@ -65,7 +65,7 @@ def func3(num_selected, human_predict, num1, num2, user_important):
65
  if user_important == "":
66
  user_select += "nothing. Interesting! "
67
  else:
68
- user_select += "'" + user_important + "'."
69
  # for i in range(len(user_marks)):
70
  # if user_marks[i][1] != None and h1[i][0] not in ["P", "N"]:
71
  # flag_select = True
 
65
  if user_important == "":
66
  user_select += "nothing. Interesting! "
67
  else:
68
+ user_select += "'" + user_important + "'. "
69
  # for i in range(len(user_marks)):
70
  # if user_marks[i][1] != None and h1[i][0] not in ["P", "N"]:
71
  # flag_select = True