Question: for python please. For python Pig Latin is a simple language game where words are changed according to simple rules. Write a program that prompts

for python please.
For python
Pig Latin is a simple language game where words are changed according to simple rules. Write a program that prompts the user to enter a word. Your program should print the corresponding Pig Latin word based on these two rules: If the word starts with a consonant, move it to the end of the word and add "ay" (e.g., happy appyhay) If the word starts with a vowel, just add "yay" to the end of the word
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
