Skip to content

Commit d8a169d

Browse files
committed
updated
1 parent 4f5a54d commit d8a169d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

02-python-strings.ipynb

+19
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,25 @@
142142
"print('str2*4 =',str*4)"
143143
]
144144
},
145+
{
146+
"cell_type": "code",
147+
"execution_count": 1,
148+
"id": "8f0f7cc1",
149+
"metadata": {},
150+
"outputs": [
151+
{
152+
"name": "stdout",
153+
"output_type": "stream",
154+
"text": [
155+
"a*6= iamsrushtiiamsrushtiiamsrushtiiamsrushtiiamsrushtiiamsrushti\n"
156+
]
157+
}
158+
],
159+
"source": [
160+
"a =\"iamsrushti\"\n",
161+
"print('a*6=',a*6)"
162+
]
163+
},
145164
{
146165
"cell_type": "code",
147166
"execution_count": 19,

0 commit comments

Comments
 (0)