Skip to content

Commit 5d6ac9f

Browse files
author
Itamar.Raviv
committed
clarifications and fixes to notebook Summary in week3
1 parent e4ffb08 commit 5d6ac9f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

week3/Summary.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@
286286
" ומחזירה את האות של המנצח\n",
287287
" (<samp>'X'</samp> או <samp>'O'</samp>)\n",
288288
" אם יש מנצח, או <samp>''</samp> (מחרוזת ריקה) אחרת.\n",
289+
"</p>\n",
290+
"<p style=\"text-align: right; direction: rtl; float: right; clear: both;\">\n",
291+
"נסו לחשוב אילו בדיקות נדרש לבצע על מנת להכריז על ניצחון. נסו לממש את הפונקציה <code>check_board(board)</code> כך שתשתמש בכמה שיותר פונקציות עזר.\n",
289292
"</p>"
290293
]
291294
},
@@ -317,7 +320,7 @@
317320
"</ul>\n",
318321
"\n",
319322
"<p style=\"text-align: right; direction: rtl; float: right; clear: both;\">\n",
320-
" בסך הכול תצטרכו לכתוב 10 בדיקות. בכל בדיקה הפעילו את הפונקציה שלכם על לוח כפי שמתואר ובדקו את הפלט כמצופה.\n",
323+
" בסך הכול תצטרכו לכתוב 10 בדיקות. בכל בדיקה הפעילו את הפונקציה שלכם <code>check_board(board)</code> על לוח כפי שמתואר ובדקו את הפלט כמצופה.\n",
321324
"</p>\n"
322325
]
323326
},
@@ -791,7 +794,8 @@
791794
"\n",
792795
"<samp>FreddieMercury:61875</samp><br>\n",
793796
"<samp>BBKing:33471</samp><br>\n",
794-
"<samp>DonaldDuck:17743</samp><br><br>\n",
797+
"<samp>DonaldDuck:17743</samp><br>\n",
798+
"<samp>Simba:6362</samp><br><br>\n",
795799
"<code>authenticate('FreddieMercury', 'ILoveQueen')</code><br>\n",
796800
"<samp>Wrong password (1/3). # myhash('ILoveQueen') = 99597 != 61875 (in password file)</samp><br><br>\n",
797801
"<code>authenticate('FreddieMercury', 'LetItBe')</code><br>\n",

0 commit comments

Comments
 (0)