id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

ferrer@hendrix.edu > word4more
prev  |  next  |  chance

Return a list containing all of the individual words from the sentence that are 4 or more letters long.


word4more('This is a test') → ['This', 'test']
word4more('It was the best of times it was the worst of times') → ['best', 'times', 'worst', 'times']
word4more('A guitar has six strings') → ['guitar', 'strings']

...Save, Compile, Run (ctrl-enter)

def word4more(sentence):

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Python Help

Post-solution available

Copyright Nick Parlante 2017 - privacy