Question: Write the following function (with comments but no screenshot of the execution) def letters(str1) that takes a string argument str1 and returns a set of
Write the following function (with comments but no screenshot of the execution)
def letters(str1)
that takes a string argument str1 and returns a set of only letters (a-z and A-Z) that are contained in the string.
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
