PROGRAMMING:String input exercise
Calculates the length of the string.
###Input format:
One string per line.
###Output format:
For each line of string, output the length of the string
###Input example:
Here is a set of inputs. For example:
```in
hello world!
```
###Output example:
The corresponding output is given here. For example:
```out
twelve
```
answer:If there is no answer, please comment
###Input format:
One string per line.
###Output format:
For each line of string, output the length of the string
###Input example:
Here is a set of inputs. For example:
```in
hello world!
```
###Output example:
The corresponding output is given here. For example:
```out
twelve
```
answer:If there is no answer, please comment