Skip to content

Commit b968e9c

Browse files
committed
clean cells
1 parent fe96bdb commit b968e9c

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

your-code/main.ipynb

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@
114114
" Output: 'the'\n",
115115
" '''\n",
116116
" \n",
117-
" # your code here\n",
118-
" return x.split('{')[0]"
117+
" # your code here"
119118
]
120119
},
121120
{
@@ -124,9 +123,7 @@
124123
"metadata": {},
125124
"outputs": [],
126125
"source": [
127-
"def reference (x):\n",
128-
" x = x.split (\"{\")[0]\n",
129-
" return x"
126+
"# your code here"
130127
]
131128
},
132129
{
@@ -168,8 +165,7 @@
168165
" Output: ['the', 'beloved']\n",
169166
" '''\n",
170167
" \n",
171-
" # your code here\n",
172-
" return x.split('\\n')"
168+
" # your code here"
173169
]
174170
},
175171
{
@@ -288,9 +284,7 @@
288284
" \n",
289285
" word_list = ['and', 'the', 'a', 'an']\n",
290286
" \n",
291-
" # your code here\n",
292-
" counting = sum([x.lower().count(i) for i in word_list])\n",
293-
" return False if counting > 0 else True"
287+
" # your code here"
294288
]
295289
},
296290
{

0 commit comments

Comments
 (0)