Question: Testing the process _ line ( ) Function Create a markdown cell with a level 2 header that reads Testing the process _ line (
Testing the processline Function
Create a markdown cell with a level header that reads "Testing the processline Function". Add unformatted text
explaining that you will use a test string to test the processline function.
Create a string named teststring with the following contents:
'This is a "test string". It s fiftyeight characters long!
Pass the variable teststring to the processline function and print the list that is returned by the function. If
the function behaves correctly, you should get the following list:
thisisa 'test', 'string', 'its', 'fifty', 'eight', 'characters', 'long'
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
