Question: PYTHON 1 Objective Your goal is to write a program that alkows a nser to input words and see them transformed into their Pig Latin
PYTHON

1 Objective Your goal is to write a program that alkows a nser to input words and see them transformed into their Pig Latin form. We will be using simplified rules for Pig You'll run your program, which will prompt the user to input words. When the user inputs a word and hits enter, the system will print out the word trans formed into Pig Ltin, then maybe some extra er repeat doing this (eg use a while loop) until the user types in the string done The following is the console from my code. Your code should produce identical output when the same inputs are used. edit stuff. The program will etterlay oofay Alakaza arizardchay When I start by typing in "letter and then press enter, the program prints "etterlay. The program terminates when I input "done" But how do I know how to tranisform stuff into Pig, Latin? Read on
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
