PROGRAMMING:Print diamond
Print the following pattern (diamond)
*
***
**
***
*
There are five spaces in front of the first line of graphic symbols
###Output format:
Output 7 lines of graphics composed of multiplication sign in diamond format, each multiplication sign occupies a fixed position, and there are 5 spaces in front of the first line of multiplication sign.
###Output example:
```out
*
***
**
***
*
```
answer:If there is no answer, please comment
*
***
**
***
*
There are five spaces in front of the first line of graphic symbols
###Output format:
Output 7 lines of graphics composed of multiplication sign in diamond format, each multiplication sign occupies a fixed position, and there are 5 spaces in front of the first line of multiplication sign.
###Output example:
```out
*
***
**
***
*
```
answer:If there is no answer, please comment