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

 

dw@stuy.edu lists-0 > makeSentence
prev  |  next  |  chance

Take all of the strings in the list, and combine them into one string, separated by spaces. Assume the strings are non-empty and do not start or end with space. Do not use the join() method.


makeSentence([]) → ''
makeSentence(['bob']) → 'bob'
makeSentence(['hot', 'dog']) → 'hot dog'

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

def makeSentence(L):

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

Copyright Nick Parlante 2017 - privacy