STEP 6: The first step in Pig Latin is to remove the first letter from the word.

To use the .remove() tool, place the name of the list before the command and the item to remove as the parameter in parens. When we remove the first letter, our list will have the value: ['e', 'l', 'l', 'o'].

  • Go to and drag Remove INSIDE the function.
  • Use the .remove() command to remove the first_letter from list letters.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)