Skip to content

Build Week3 + Exercises #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Apr 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion week2/3_Functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@
"<p style=\"text-align: right; direction: rtl; float: right; clear: both;\">\n",
"הצופן לכספת הביתית שלכם הוא 4812. בנו משחק בול־פגיעה שמאפשר למשתמש לנסות לנחש את הצופן.<br>\n",
"למשתמש יש 3 ניסיונות לנחש נכונה את המספר שלכם לפני שמתחילה אזעקה.<br>\n",
"כחלק ממנגנון איבוד הסיסמה של הכספת, היא מציגה כמה ספרות נכונות המשתמש הזין אחרי כל ניחוש.<br>\n",
"כחלק ממנגנון ההגנה מאיבוד הסיסמה של הכספת, היא מציגה כמה ספרות נכונות המשתמש הזין אחרי כל ניחוש.<br>\n",
"אפשרו למשתמש להזין קוד 3 פעמים, וכתבו לו בכל ניסיון כמה מתוך הספרות שהזין באמת קיימות בקוד הנכון, לאו־דווקא בסדר שהקיש.<br>\n",
"אם לא הצליח אחרי 3 ניסיונות, הדפיסו שהאזעקה הופעלה וסיימו את התוכנית.<br>\n",
"</p>\n",
Expand Down
2 changes: 1 addition & 1 deletion week2/5_String_Methods.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
" </div>\n",
" <div style=\"width: 90%\">\n",
" <p style=\"text-align: right; direction: rtl;\">\n",
" פייתון, בניגוד לבני אדם, מסתכל על תווים מיוחדים כמו <code dir=\"ltr\" style=\"direction: ltr;\">\\n</code> או <code dir=\"ltr\" style=\"direction: ltr;\">\\t</code> כתו אחד.<br>\n",
" פייתון, בניגוד לבני אדם, מסתכל על תווים מיוחדים כמו <code dir=\"ltr\" style=\"direction: ltr;\">\\n</code> ו־<code dir=\"ltr\" style=\"direction: ltr;\">\\t</code> כתו אחד.<br>\n",
" נסו לבדוק מה ה־<code>len</code> שלהם כדי להיווכח בעצמכם.\n",
" </p>\n",
" </div>\n",
Expand Down
1,076 changes: 1,076 additions & 0 deletions week3/1_While_Loops.ipynb

Large diffs are not rendered by default.

1,053 changes: 1,053 additions & 0 deletions week3/2_Slicing.ipynb

Large diffs are not rendered by default.

1,240 changes: 1,240 additions & 0 deletions week3/3_Files.ipynb

Large diffs are not rendered by default.

Loading