python
32. Pig Latin Write a program that requests a word (in lowercase letters) as input and translates the word into Pig Latin. See Fig. 3.11. The rules for translating a word into Pig Latin are as follows: (a) If the word begins with a group of consonants, move them to the end of the word and add ay. For instance, chip becomes ipchay (b) If the word begins with a vowel, add way to the
OR
OR