Question: Character substitutions ( 1 0 p ) Write a function letterize ( s ) that takes as input a string s and returns another string

Character substitutions (10p)
Write a function letterize(s) that takes as input a string s and returns another string that is a copy of s where all non-alphabet characters are replaced with the whitespace character ''.
Hint: you can use the string methods isalpha().

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!