Print the Pattern

5

1 votes
Easy
Problem

Print the pattern for the given number of row.

Sample Input-
7
Sample Output -
   *
  ***
 *****
*******
 *****
  ***
   *

Time Limit: 0.5
Memory Limit: 256
Source Limit:
Editor Image

?