Skip to content

Commit 66e127f

Browse files
committed
Square Function
1 parent 9facd7a commit 66e127f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Function.ipynb

+18
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,24 @@
101101
" return x**2"
102102
]
103103
},
104+
{
105+
"cell_type": "code",
106+
"execution_count": 15,
107+
"metadata": {},
108+
"outputs": [
109+
{
110+
"name": "stdout",
111+
"output_type": "stream",
112+
"text": [
113+
"4\n"
114+
]
115+
}
116+
],
117+
"source": [
118+
"out = square(2)\n",
119+
"print(out)"
120+
]
121+
},
104122
{
105123
"cell_type": "code",
106124
"execution_count": null,

0 commit comments

Comments
 (0)