We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9facd7a commit 66e127fCopy full SHA for 66e127f
Function.ipynb
@@ -101,6 +101,24 @@
101
" return x**2"
102
]
103
},
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
+ },
122
{
123
"cell_type": "code",
124
"execution_count": null,
0 commit comments