about | help | code help+videos | done | prefs |
periods
Complete the function so it returns a string that is identical to the parameter except that there is a period after each character. periods('goat') → 'g.o.a.t.' periods('one two') → 'o.n.e. .t.w.o.' periods('X') → 'X.' ...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: 200
Copyright Nick Parlante 2017 - privacy