We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ed749 commit 78181e7Copy full SHA for 78181e7
your-code/main.ipynb
@@ -323,31 +323,6 @@
323
" # your code here"
324
]
325
},
326
- {
327
- "cell_type": "code",
328
- "execution_count": null,
329
- "metadata": {},
330
- "outputs": [],
331
- "source": [
332
- "# David \n",
333
- "def concat_space(a, b):\n",
334
- " '''\n",
335
- " Input:Two strings\n",
336
- " Output: A single string separated by a space\n",
337
- " \n",
338
- " Example:\n",
339
- " Input: 'John', 'Smith'\n",
340
- " Output: 'John Smith'\n",
341
342
343
- " return a + \" \" + b\n",
344
345
- "# prophet_string = reduce(concat_space,prophet_filter)\n",
346
- "# prophet_string \n",
347
348
- " # your code here"
349
- ]
350
- },
351
{
352
"cell_type": "code",
353
"execution_count": null,
0 commit comments