Skip to content

Commit b74c2c1

Browse files
committed
update with first exercise
1 parent 378a2a6 commit b74c2c1

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Practice with DataTypes.ipynb

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,27 +177,27 @@
177177
},
178178
{
179179
"cell_type": "code",
180-
"execution_count": 11,
180+
"execution_count": 15,
181181
"metadata": {},
182182
"outputs": [
183183
{
184184
"data": {
185185
"text/plain": [
186-
"'art vandelay'"
186+
"'Art Vandelay'"
187187
]
188188
},
189-
"execution_count": 11,
189+
"execution_count": 15,
190190
"metadata": {},
191191
"output_type": "execute_result"
192192
}
193193
],
194194
"source": [
195-
"\"art vandelay\" # 'Art Vandelay'"
195+
"\"art vandelay\".title() # 'Art Vandelay'"
196196
]
197197
},
198198
{
199199
"cell_type": "code",
200-
"execution_count": 13,
200+
"execution_count": 14,
201201
"metadata": {},
202202
"outputs": [
203203
{
@@ -206,14 +206,12 @@
206206
"'Art Vandelay'"
207207
]
208208
},
209-
"execution_count": 13,
209+
"execution_count": 14,
210210
"metadata": {},
211211
"output_type": "execute_result"
212212
}
213213
],
214-
"source": [
215-
"\"art vandelay\".title()"
216-
]
214+
"source": []
217215
},
218216
{
219217
"cell_type": "code",

0 commit comments

Comments
 (0)