Question: Python turtle drawing board 1. Write a function named make colored turtle that has one parameter, a string with a color name. Your function should
1. Write a function named make colored turtle that has one parameter, a string with a color name. Your function should create a turtle, and change the color to match that of the input parameter. Your function should return the colored turtle Write out all of the steps for this function. 2. Write a function named make custom turtle that has two optional parameters. The first parameter is a string with a color name. If the user does not give a color, then the value "deep pink" should be used. The second parameter is a string with a shape name. If the user does not give a shape, then the value "turtle" should be used. Your function should create a turtle and change the color and shape to match the input parameters. Your function should return the custom turtle. Write out all of the steps for this function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
