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

 

mattbobambrose@gmail.com > join_list
prev  |  next  |  chance

you have two arguments. the first one is a list of strings. the second one is a separater. join the strings with the separater.


join_list(['hello', 'world'], ' ') → 'hello world'
join_list(['matthew', 'the best'], ' is ') → 'matthew is the best'
join_list(['java', 'is', 'useless'], ' ') → 'java is useless'

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

def join_list(list, sep):

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

Difficulty: 100

Copyright Nick Parlante 2017 - privacy