PROGRAMMING:Print parallelogram graphics
Please program and print the following figure.
$$$$$
$$$$$
$$$$$
$$$$$
$$$$$
The first line is preceded by a space
###Output format:
Output 5 lines of graphics composed of "$" symbols in the format of parallelogram, each "$" symbol occupies a fixed position, and there is a space in front of the first "$" symbol in the first line.
###Output example:
```out
$$$$$
$$$$$
$$$$$
$$$$$
$$$$$
```
answer:If there is no answer, please comment
$$$$$
$$$$$
$$$$$
$$$$$
$$$$$
The first line is preceded by a space
###Output format:
Output 5 lines of graphics composed of "$" symbols in the format of parallelogram, each "$" symbol occupies a fixed position, and there is a space in front of the first "$" symbol in the first line.
###Output example:
```out
$$$$$
$$$$$
$$$$$
$$$$$
$$$$$
```
answer:If there is no answer, please comment