MCPcopy Create free account
hub / github.com/geekcomputers/Python / text_to_pig_latin.py

File text_to_pig_latin.py

text_to_pig_latin.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2This program converts English text to Pig-Latin. In Pig-Latin, we take the first letter of each word,
3move it to the end, and add 'ay'. If the first letter is a vowel, we simply add 'hay' to the end.
4The program preserves capitalization and title case.

Callers

nothing calls this directly

Calls 1

pig_latin_sentenceFunction · 0.85

Tested by

no test coverage detected