Skip to content

Commit 1a26989

Browse files
committed
Test Param
1 parent ae7cdb3 commit 1a26989

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
@@ -57,6 +57,23 @@
5757
"my_func()"
5858
]
5959
},
60+
{
61+
"cell_type": "code",
62+
"execution_count": 5,
63+
"metadata": {},
64+
"outputs": [
65+
{
66+
"name": "stdout",
67+
"output_type": "stream",
68+
"text": [
69+
"new param\n"
70+
]
71+
}
72+
],
73+
"source": [
74+
"my_func('new param')"
75+
]
76+
},
6077
{
6178
"cell_type": "code",
6279
"execution_count": null,

0 commit comments

Comments
 (0)