Question: In the starter code, there is a function called triangle that calls the function recursive _ triangle ( n , n ) once. You must
In the starter code, there is a function called triangle that calls the function recursivetriangle
once. You must write the recursive function recursivetriangle that returns a string with the
LAST lines of a right triangle of base and height
Don't modify anything in the triangle function. If your recursive function is correct, calling
triangle should return the complete right triangle.
Preconditions
k: int Positive integer
: int Positive integerprinttriangle be graded, make sure your
Notes:
The doctest includes n instead of
in order to keep consistent leading whitespace
required by the shell session, your code must return output with as
otherwise it will fail
the test cases!
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
