PygLatin

For this lesson  we are trying to  move the first letter of the word to the end and add “ay”. Basically the Code Academy provides help for every single step to complete the Pig Latin Translator all you need to do was follow those step. You will use len(), raw_input, if statement, .lower() for count the length of the word or letting user input something ,and if statement to return different result also make something lowercase.pyglatin1 pyglatin2 pyglatin3 pyglatin4 pyglatin5 pyglatin6 pyglatin7 pyglatin8 pyglatin9 pyglatin10 pyglatin11