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

 

dsawyer@methacton.org python_strings > periods
prev  |  next  |  chance

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)

def periods( w ):

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: 200

Copyright Nick Parlante 2017 - privacy