about | help | code help+videos | done | prefs |
phase is a string of words. Complete the function so that it returns the words in reverse order with exactly one space after each word. reverse('Blue yellow orange red') → 'red orange yellow Blue ' reverse('SHORT one') → 'one SHORT ' reverse('HEY') → 'HEY ' ...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: 250 Post-solution available
Copyright Nick Parlante 2017 - privacy