Question: 3. Write a function, diamondWithPlus(t,sz), which uses turtle the function from Q1 and draws a plus sz/2 in the See sample run below: t, to
3. Write a function, diamondWithPlus(t,sz), which uses turtle the function from Q1 and draws a plus sz/2 in the See sample run below: t, to draw a diamond of size sz using centered of size sz/2 in the diamond using the function from Q2. diamondWithPlus(tess,100) 4. Write a function, lineOfDiaPlus(t,sz,n), which uses turtle, t, to draw n diamonds with a plus using the function from Q3 as a helper function. See sample run below lineOfDiaPlus(tess,50,7)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
