Question: Testing the process _ line ( ) Function Create a markdown cell with a level 2 header that reads Testing the process _ line (

Testing the process_line() Function
Create a markdown cell with a level 2 header that reads "Testing the process_line() Function". Add unformatted text
explaining that you will use a test string to test the process_line() function.
Create a string named test_string with the following contents:
'This is a "test string". It 's fifty-eight characters long!'
Pass the variable test_string to the process_line() function and print the list that is returned by the function. If
the function behaves correctly, you should get the following list:
['this','is','a', 'test', 'string', 'its', 'fifty', 'eight', 'characters', 'long']
 Testing the process_line() Function Create a markdown cell with a level

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!