Question

Write a function to find the length of given string?

Login to Submit

Examples

Input: "pen"
Output: 3

Input: "book"
Output: 4

Input: "a"
Output: 1