Strings are very similar to lists in Python. You can use string to iterate over it.

Count how many characters are in the "hello_world" using loop. Store this number in "length" variable.