Question: he starter code, there is a function called triangle that calls the function recursive _ triangle ( n , n ) once. You muiangle of

he starter code, there is a function called triangle that calls the function recursive_triangle (n,n)
once. You muiangle of base and height n.
Don't modify anything in the triangle function. If your recursive functi
triangle(n) should return the complete right triangle.
Preconditions
k: int -> Positive integer
n : int -> Positive integerprint(triangle(4)) 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!
 he starter code, there is a function called triangle that calls

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!