Question: Using python code: Note: The word list as used below refers to a Python list, the new data type introduced this week. Program 1: (Pig
Using python code:

Note: The word "list" as used below refers to a Python list, the new "data type introduced this week. Program 1: (Pig Latin) This program is meant to help give you practice with string manipulation. "Pig Latin is a way of converting words in standard English to similar words that sound different. The rules for converting from standard words to Pig Latin are as follows: If a word starts with a consonant (or cluster of consonants that form one sound), move the consonant(s) to the end of the word, and add "ay to the end. o e.g. "computer becomes omputercay If a word starts with a vowel, add "yay" on to the end of the word. o e.g. "engineering becomes "engineeringyay Note: treat Y as a vowel for this assignment. Write a program that repeatedly reads in a word from a user, converts it to Pig Latin, then prints both the original word and the Pig Latin version to the console. The program should continue reading words until the user enters stop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
