Skip to content

Commit ae7cdb3

Browse files
committed
First Function Call
1 parent 50bef50 commit ae7cdb3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Function.ipynb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,23 @@
4040
"my_func"
4141
]
4242
},
43+
{
44+
"cell_type": "code",
45+
"execution_count": 4,
46+
"metadata": {},
47+
"outputs": [
48+
{
49+
"name": "stdout",
50+
"output_type": "stream",
51+
"text": [
52+
"default\n"
53+
]
54+
}
55+
],
56+
"source": [
57+
"my_func()"
58+
]
59+
},
4360
{
4461
"cell_type": "code",
4562
"execution_count": null,

0 commit comments

Comments
 (0)