129th program input & output

Input : Enter how many line you need to make pyramid = 6
Output :-



                              1
                       2     3     2
                 3    4     5     4      3
           4    5    6     7     6      5    4
      5   6    7    8     9      8     7    6    5
6    7    8    9    0     1      0     9    8    7     6
      5   6    7    8     9      8     7    6    5
           4    5    6     7     6      5    4
                 3    4     5     4      3
                       2     3     2
                              1

 /////////////////////////////////////////////////////////////////////////////////////////////