PROGRAMMING:Output inverted triangle pattern
This problem requires the preparation of procedures, output specified by "*" composed of inverted triangle pattern.
###Input format:
There is no input for this topic.
###Output format:
Output the inverted triangle pattern composed of "*" according to the following format.
```
* * * *
* * *
* *
*
```
answer:If there is no answer, please comment
###Input format:
There is no input for this topic.
###Output format:
Output the inverted triangle pattern composed of "*" according to the following format.
```
* * * *
* * *
* *
*
```
answer:If there is no answer, please comment