PygLatin

The first thing we did was easy all we had to do was print the pharse “Pig Latin”.

image

Next we had a variable called original and the results in this variable was called raw_input(). After that we was told to enter a word into the console window and press enter.

When we entered a word into the console:

image

After:

image

The next step was that we had to check ourseleves two times and this is the results:

image

 

After That we arrived at part 2 where we had to create a nee variable called new_word and set it to equal to the concatenation or word, first and pyg. image

After I ended up getting stuck here image