Question
PLEASE USE PYTHON 3 ONLY! In this program ask the user for a word. Then it needs to be translated into Pig Latin by the
PLEASE USE PYTHON 3 ONLY! In this program ask the user for a word. Then it needs to be translated into Pig Latin by the program you created. The translated word then needs to be printed to the screen. Pig Latin follows these rules.
If a word starts with a vowel (a, e, i, o, u) then append way to the end of the word. An example is apple is translated into appleway.
If the first letter is a consonant, then move all letters before the first vowel to the end and add ay. An example is cheese which translates to eesechay.
You can make the assumption that the user only enters words in a lower case letters. I have translated each word in the following sentences.
bemidji state is the best school.
o emidjibay atestay isway ethay estbay oolschay.
the minnesota vikings wear purple and gold.
o ethay innesotamay ikingsvay earway urplepay andway oldgay.
computer science is my favorite subject.
o omputercay iencescay isway ymay avoritefay ubjectsay. Make sure to turn in your resulting file.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started