What Did I Learn? In this challenge I put into practice more about the enumerate() loop: enumerate() for i, value in enumerate(s): This loop can get both the index and the value of each letter in the string