Write a function to take an integer and two character. Your function should draw a shape similar to the one below. For example:
DrawShape( 5, '#', '*')
Outputs the following
*####
*
*
*
*
p.s: (without the(. at the begining) i added cous the shape wont set right if it starts with a #)