PROGRAMMING:Find the last character
Enter a string and output the last character
###Input format:
Enter 1 string
###Output format:
Last character
###Input example:
```in
twelve million three hundred and forty-five thousand six hundred and seventy-eight
```
###Output example:
```out
eight
```
answer:If there is no answer, please comment
###Input format:
Enter 1 string
###Output format:
Last character
###Input example:
```in
twelve million three hundred and forty-five thousand six hundred and seventy-eight
```
###Output example:
```out
eight
```
answer:If there is no answer, please comment