Question: In Python I am adding that Github file as screenshot, Write two functions, triangl) and nastedTrianoth functions take two parameters: a turtle and an edge
In Python

I am adding that Github file as screenshot,


Write two functions, triangl) and nastedTrianoth functions take two parameters: a turtle and an edge length. The pseudocode tor triangle) is: trinlelL, length) 1. It length > 18: 2. Repaat 3 tincs: Rove t, the turtle, foruard langth stops 4. call trianele with t and length? The pseudocode for nestedTriangle() ?s very similar: nestedlrianglo(t, langth): 1. If longth> 1: Repeat tines: Nove t, th te, foard length steps Turn t leit 120 degrees Call nestedTriangle withtand length 2 A template progra, nestinglriangos.py, is available on the CSci 127 repo on github. The grading script does not run the whole program, but instead tests your fcton separately (unit tests') to determine correctness. As such, the unction names must match exactly?else, the scripts cannot in it). Make sure to use the unction names from the g thub program it is expecting tri ule() and este iTri nele A sample run: Enter edge length: 168 which would produce
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
