Exercise #31: Pig Latin Translation of a File
Published in
Oct 20, 2021
Write a function that takes a filename as an argument. It returns a string with the file’s contents, but with each word translated into Pig Latin. The returned translation can ignore newlines and isn’t required to handle capitalization and punctuation in any specific way.
TRY IT YOURSELF
ANSWER
https://colab.research.google.com/drive/1psTwkt5Q6OhHkeYzlkCQosiPXpyZ4rAI?usp=sharing