Skip to content

Commit 9facd7a

Browse files
committed
Squeare
1 parent 72bbc10 commit 9facd7a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Function.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,16 @@
9191
"my_func(param1='new param')"
9292
]
9393
},
94+
{
95+
"cell_type": "code",
96+
"execution_count": 14,
97+
"metadata": {},
98+
"outputs": [],
99+
"source": [
100+
"def square(x):\n",
101+
" return x**2"
102+
]
103+
},
94104
{
95105
"cell_type": "code",
96106
"execution_count": null,

0 commit comments

Comments
 (0)