Skip to content

Commit fd509c8

Browse files
authored
Merge pull request jmportilla#17 from prezha/patch-5
Update Milestone Project 1 - Advanced Solution.ipynb
2 parents 94ff6b6 + 4c3f1c7 commit fd509c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Milestone Project 1 - Advanced Solution.ipynb

+4
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@
163163
" print(\"Sorry, please input a number between 1-9.\")\n",
164164
" continue\n",
165165
"\n",
166+
" if choice not in range(1,10):\n",
167+
" print(\"Sorry, please input a number between 1-9.\")\n",
168+
" continue\n",
169+
"\n",
166170
" if board[choice] == \" \":\n",
167171
" board[choice] = mark\n",
168172
" break\n",

0 commit comments

Comments
 (0)