MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / pig_latin.py

File pig_latin.py

strings/pig_latin.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def pig_latin(word: str) -> str:
2 """Compute the piglatin of a given string.
3
4 https://en.wikipedia.org/wiki/Pig_Latin

Callers

nothing calls this directly

Calls 1

pig_latinFunction · 0.85

Tested by

no test coverage detected