Question: **2. Split this string.** ] }, { cell_type: code, execution_count: 111, metadata: {}, outputs: [], source: [ s = Hello! how are your mate? ]

"**2. Split this string.**" ] }, { "cell_type": "code", "execution_count": 111, "metadata": {}, "outputs": [], "source": [ "s = \"Hello! how are your mate?\"" ] }, { "cell_type": "code", "execution_count": 112, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "['Hello!', 'how', 'are', 'your', 'mate?']" ] }, "execution_count": 112, "metadata": {}, "output_type": "execute_result" } ], "source": [ " " ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "# write your answer here. " ] }, { "cell_type": "markdown", "metadata": {}, "source": [

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!