Question: In python RINT ON BOTH SIDES OF THE PAGE (30 pts) Write a function, drawTriange(), that prints a triangle with given height using the character
RINT ON BOTH SIDES OF THE PAGE (30 pts) Write a function, drawTriange(), that prints a triangle with given height using the character (WE'RE NOT USING Turtle- instead refer to the example given in class with the 1. rectangle in lecture 9). Hint: use 2 nested for loops! Watch your indents! Test your code out! For example drawTriangle (5) should print:*
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
