| about | help | code help+videos | done | prefs |
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) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 100
Copyright Nick Parlante 2017 - privacy