Skip to content

Commit 873f936

Browse files
committed
Minor tip added.
1 parent 551bf2b commit 873f936

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

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,

0 commit comments

Comments
 (0)