Skip to content

Commit f44c4aa

Browse files
committed
Merge branch 'week2' of https://github.com/PythonFreeCourse/Notebooks into week2_fixes
2 parents 49acc6a + 664dc6f commit f44c4aa

File tree

2 files changed

+17
-477
lines changed

2 files changed

+17
-477
lines changed

week2/5_String_Methods.ipynb

Lines changed: 17 additions & 0 deletions
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": {},

0 commit comments

Comments
 (0)