Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 232 Bytes

File metadata and controls

9 lines (7 loc) · 232 Bytes

What Did I Learn?

In this challenge I put into practice more about the enumerate() loop:

  1. enumerate()
for i, value in enumerate(s):

This loop can get both the index and the value of each letter in the string