PROGRAMMING:Converts an uppercase English letter to lowercase output
Input an English capital letter, convert it to the corresponding lowercase letter and output.
###Input format:
Enter a capital letter.
###Output format:
Output the corresponding lowercase letters.
###Input example:
```in
E
```
###Output example:
```out
e
```
answer:If there is no answer, please comment
###Input format:
Enter a capital letter.
###Output format:
Output the corresponding lowercase letters.
###Input example:
```in
E
```
###Output example:
```out
e
```
answer:If there is no answer, please comment