Mario-More
The problem seems to be very similar to the less confident one in which we have to print spaces first n-i times and then hashes i times but what about the part after that
The space between both triangle is consistent
So we'll have to print two spaces in between and then again the same triangle so I'm assuming in the outer loop we'll have to write code (loop) 4 times for the hashes and one loop for spaces that remains consistent
Am I on the right path? And if then won't the code be too long?? Is there any better way!?