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 Sample Inputs S = "CS103 is kind of fun." "Spaces Sample Outputs "CSiskindoffun" and punctuation "Spacesandpunctuationdontcount" %3D don't count!" S = "This is Hw3" "ThisisHw"

EBK JAVA PROGRAMMING
8th Edition
ISBN:9781305480537
Author:FARRELL
Publisher:FARRELL
Chapter16: Graphics
Section: Chapter Questions
Problem 14RQ
icon
Related questions
Question
What can I do to fix this?
def lettersOnly(s):
32
33
34
35
36
37
38
39
31
k []
for i in s:
if i l type(int) or i l= type(float) :
k.append (i)
return k
s "CS103 is kind of fun."
%3D
print(lettersonly(s))
40
Transcribed Image Text:def lettersOnly(s): 32 33 34 35 36 37 38 39 31 k [] for i in s: if i l type(int) or i l= type(float) : k.append (i) return k s "CS103 is kind of fun." %3D print(lettersonly(s)) 40
No results
Options
- + ?
Fit to page
LD Page view
A Read aloud
2 Add notes
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.
this can be done look at the Python documentation on String Methods found here:
https://docs.python.org/3/library/stdtypes.html#string-methods
(For more information on how
Sample Inputs
"CS103 is kind of fun."
"Spaces
Sample Outputs
"CSiskindoffun"
and
punctuation "Spacesandpunctuationdontcount"
%3D
don't count!
s = "This is Hw3"
"ThisisHw"
Transcribed Image Text:No results Options - + ? Fit to page LD Page view A Read aloud 2 Add notes 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. this can be done look at the Python documentation on String Methods found here: https://docs.python.org/3/library/stdtypes.html#string-methods (For more information on how Sample Inputs "CS103 is kind of fun." "Spaces Sample Outputs "CSiskindoffun" and punctuation "Spacesandpunctuationdontcount" %3D don't count! s = "This is Hw3" "ThisisHw"
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 5 images

Blurred answer
Knowledge Booster
Troubleshooting
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning