Spaces:
Sleeping
Sleeping
Update game3.py
Browse files
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
|