PROGRAMMING:toggle case
Enter a letter (upper or lower case) and output its corresponding letter (lower or upper case).
###Input example:
```in
A
```
###Output example:
```out
a
```
###Input example:
```in
y
```
###Output example:
```out
Y
```
answer:If there is no answer, please comment
###Input example:
```in
A
```
###Output example:
```out
a
```
###Input example:
```in
y
```
###Output example:
```out
Y
```
answer:If there is no answer, please comment