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

 

konstans@stuy.edu all > pigLatinMultiple
prev  |  next  |  chance

Apply your pig latin on each word in a sentence. Assume that there is no punctuation to worry about. (You can use either the pigLatin or pigLatinBest functions from before)


pigLatinMultiple('') → ''
pigLatinMultiple('i') → 'ihay'
pigLatinMultiple('who is there') → 'owhay ishay erethay'

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

def pigLatinMultiple(s):

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

Copyright Nick Parlante 2017 - privacy