Description
Using what we learned about conditionals, write a Pig Latin translator. In this lesson we will be using “if”, “else”, “and”, and also inequalities (!=,==,<,>,<=,>=).
My Experience
The hardest part of the assignment was using slice. I messed up often because I forgot to put “(new_word)” in front of the slice command. Other than that, it was very interesting to see some new commands like “.isalpha” and “.lower” pop up during the lesson.
Gallery of Screenshots