Question
Please use PYTHON3 to Create a program that translates English into Pig Latin. The function will take the first letter of each word in the
Please use PYTHON3 to Create a program that translates English into Pig Latin. The function will take the first letter of each word in the sentence only if its a not a vowel, and place it at the end of the word followed by ay. Your program must be case insensitive. You must write the function translate() that takes in a single English word and returns its Pig Latin translation. Remember translate must take only one word as input.
#############################################################
# translate() takes a single english word translates it to pig latin
# Input: english_word; an English word
# Output: the pig latin translation
PLEASE DON'T USE FOR LOOP OR BREAK.
PLEASE USE MEANIGFULl VARIABLES
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