PROGRAMMING:Output diamond pattern
This problem requires the preparation of procedures, output specified by the "a" composed of diamond pattern.
###Input format:
There is no input for this question
###Output format:
Output the diamond pattern composed of "a" in the following format.
```
A
A A
A
```
answer:If there is no answer, please comment
###Input format:
There is no input for this question
###Output format:
Output the diamond pattern composed of "a" in the following format.
```
A
A A
A
```
answer:If there is no answer, please comment