Skip to content

Commit 78181e7

Browse files
committed
remove piece of solution
1 parent a6ed749 commit 78181e7

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

your-code/main.ipynb

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -323,31 +323,6 @@
323323
" # your code here"
324324
]
325325
},
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-
" '''\n",
342-
" \n",
343-
" return a + \" \" + b\n",
344-
" \n",
345-
"# prophet_string = reduce(concat_space,prophet_filter)\n",
346-
"# prophet_string \n",
347-
" \n",
348-
" # your code here"
349-
]
350-
},
351326
{
352327
"cell_type": "code",
353328
"execution_count": null,

0 commit comments

Comments
 (0)