JRQi commited on
Commit
3c5a9a2
1 Parent(s): 5a3f02c

Update game3.py

Browse files
Files changed (1) hide show
  1. game3.py +1 -2
game3.py CHANGED
@@ -65,8 +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
- user_select += ". "
70
  # for i in range(len(user_marks)):
71
  # if user_marks[i][1] != None and h1[i][0] not in ["P", "N"]:
72
  # 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