Question: Character substitutions ( 1 0 p ) Write a function letterize ( s ) that takes as input a string s and returns another string
Character substitutions p
Write a function letterizes that takes as input a string s and returns another string that is a copy of s where all nonalphabet 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
