Knowing the length of a string is useful for checking if things like usernames are too short.

Let's  use .count on username.

Great, we use .count to help make decisions based on strings.

Check again. We want to use .count on username, so it should look like this username.count.