Skip to content

Commit 90ee7eb

Browse files
committed
Little fixes and comments
1 parent a1259ff commit 90ee7eb

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

week2/2_Conditions_part2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
"name": "python",
561561
"nbconvert_exporter": "python",
562562
"pygments_lexer": "ipython3",
563-
"version": "3.7.1"
563+
"version": "3.7.3"
564564
}
565565
},
566566
"nbformat": 4,

week2/5_String_Methods.ipynb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,23 @@
132132
"print(r\"The path of the document is C:\\nadia\\tofes161\\advanced_homework.docx\")"
133133
]
134134
},
135+
{
136+
"cell_type": "markdown",
137+
"metadata": {},
138+
"source": [
139+
"<div class=\"align-center\" style=\"display: flex; text-align: right; direction: rtl;\">\n",
140+
" <div style=\"display: flex; width: 10%; float: right; \">\n",
141+
" <img src=\"images/tip.png\" style=\"height: 50px !important;\" alt=\"טיפ!\"> \n",
142+
" </div>\n",
143+
" <div style=\"width: 90%\">\n",
144+
" <p style=\"text-align: right; direction: rtl;\">\n",
145+
" פייתון, בניגוד לבני אדם, מסתכל על תווים מיוחדים כמו <code dir=\"ltr\" style=\"direction: ltr;\">\\n</code> ו־<code dir=\"ltr\" style=\"direction: ltr;\">\\t</code> כתו אחד.<br>\n",
146+
" נסו לבדוק מה ה־<code>len</code> שלהם כדי להיווכח בעצמכם.\n",
147+
" </p>\n",
148+
" </div>\n",
149+
"</div>"
150+
]
151+
},
135152
{
136153
"cell_type": "markdown",
137154
"metadata": {},
@@ -1289,7 +1306,7 @@
12891306
"name": "python",
12901307
"nbconvert_exporter": "python",
12911308
"pygments_lexer": "ipython3",
1292-
"version": "3.7.1"
1309+
"version": "3.7.3"
12931310
}
12941311
},
12951312
"nbformat": 4,

week3/1_While_Loops.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
"metadata": {},
389389
"source": [
390390
"<p style=\"text-align: right; direction: rtl; float: right; clear: both;\">\n",
391-
"נדנפיס את השורה עם הפרטים שיצרנו:\n",
391+
"נדפיס את השורה עם הפרטים שיצרנו:\n",
392392
"</p>"
393393
]
394394
},

0 commit comments

Comments
 (0)