Skip to content

Commit 6f58913

Browse files
committed
Set
1 parent a11e1b5 commit 6f58913

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

HelloWorld.ipynb

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,12 +304,37 @@
304304
},
305305
{
306306
"cell_type": "code",
307-
"execution_count": null,
307+
"execution_count": 39,
308+
"metadata": {},
309+
"outputs": [
310+
{
311+
"ename": "SyntaxError",
312+
"evalue": "invalid syntax (<ipython-input-39-a7bfab9e6e09>, line 1)",
313+
"output_type": "error",
314+
"traceback": [
315+
"\u001b[1;36m File \u001b[1;32m\"<ipython-input-39-a7bfab9e6e09>\"\u001b[1;36m, line \u001b[1;32m1\u001b[0m\n\u001b[1;33m d{4:44}\u001b[0m\n\u001b[1;37m ^\u001b[0m\n\u001b[1;31mSyntaxError\u001b[0m\u001b[1;31m:\u001b[0m invalid syntax\n"
316+
]
317+
}
318+
],
319+
"source": [
320+
"d{4:44}"
321+
]
322+
},
323+
{
324+
"cell_type": "code",
325+
"execution_count": 41,
308326
"metadata": {},
309327
"outputs": [],
310328
"source": [
311-
"d"
329+
"s={1,2,3,4}"
312330
]
331+
},
332+
{
333+
"cell_type": "code",
334+
"execution_count": null,
335+
"metadata": {},
336+
"outputs": [],
337+
"source": []
313338
}
314339
],
315340
"metadata": {

0 commit comments

Comments
 (0)