PATTERN TRIANGLE QUESTION

HEY,
MY SAMPLE OUTPUT IS SAME BUT TEST CASE IS NOT PASSING.
PLEASE CHECK.

Your pattern must be exactly like this

 	 	 	1	
 	 	2	3	2	
 	3	4	5	4	3	
4	5	6	7	6	5	4	

Check if the spaces are similar in your code.
You can refer this https://ide.codingblocks.com/s/280206

Bro, My pattern is Same, You can check the sample ouptut , sample output is same but test Cases are not passing.

Try to remove that extra space from before.

Ohk I understood , Thanks a lot for your Help…