Question: In python lettersOnly (s) Write the function lettersOnly(s) that takes in a string called s, and returns a string containing only the alphabetic characters of

In python

In python lettersOnly (s) Write the function lettersOnly(s) that takes in a

lettersOnly (s) Write the function lettersOnly(s) that takes in a string called s, and returns a string containing only the alphabetic characters of s. (For more information on how this can be done look at the Python documentation on String Methods found here: https://docs.python.org/3/library/stdtypes.html#string-methods SampleInput s"CS103 is kind of fun." s"Spaces and punctuation "Spacesandpunctuationdontcount" don't count! " s-This is Hw3" Sample Output "CSiskindoffun" "ThisisHw

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!