We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f5a54d commit d8a169dCopy full SHA for d8a169d
02-python-strings.ipynb
@@ -142,6 +142,25 @@
142
"print('str2*4 =',str*4)"
143
]
144
},
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
+ },
164
{
165
"cell_type": "code",
166
"execution_count": 19,
0 commit comments