Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

No Loops Please in python3, please 1. drawRect(length, height) (5 pts] Write a function called drawRect that takes two input parameters: the length and height

image text in transcribed

No Loops Please

in python3, please

1. drawRect(length, height) (5 pts] Write a function called drawRect that takes two input parameters: the length and height of a rectangle. The function should then use the turtle commands to create a rectangle with the dimensions according to the values passed in. 2. drawOne() [10 pts] Write a function called drawOne that uses the turtle library to draw the number 1. The pensize should be 3 and the height of the digit should be 24 units. 3. drawTwo() [10 pts] Write a function called drawTwo that uses the turtle library to draw the number 2. The pensize should be 3 and the height of the digit should be 24 units. 4. draw Three() [10 pts] Write a function called drawThree that uses the turtle library to draw the number 3. The pensize should be 3 and the height of the digit should be 24 units. 5. drawSix() [10 pts] Write a function called drawSix that uses the turtle library to draw the number 6. The pensize should be 3 and the height of the digit should be 24 units. 6. draw Nine (10 pts] Write a function called drawNine that uses the turtle library to draw the number 9. The pensize should be 3 and the height of the digit should be 24 units. 7. drawClock() (20 pts] Use the draw numbers functions to create a clockface. Your function should be called drawClock. You output should be similar to the below: 12 3 To 1. drawRect(length, height) (5 pts] Write a function called drawRect that takes two input parameters: the length and height of a rectangle. The function should then use the turtle commands to create a rectangle with the dimensions according to the values passed in. 2. drawOne() [10 pts] Write a function called drawOne that uses the turtle library to draw the number 1. The pensize should be 3 and the height of the digit should be 24 units. 3. drawTwo() [10 pts] Write a function called drawTwo that uses the turtle library to draw the number 2. The pensize should be 3 and the height of the digit should be 24 units. 4. draw Three() [10 pts] Write a function called drawThree that uses the turtle library to draw the number 3. The pensize should be 3 and the height of the digit should be 24 units. 5. drawSix() [10 pts] Write a function called drawSix that uses the turtle library to draw the number 6. The pensize should be 3 and the height of the digit should be 24 units. 6. draw Nine (10 pts] Write a function called drawNine that uses the turtle library to draw the number 9. The pensize should be 3 and the height of the digit should be 24 units. 7. drawClock() (20 pts] Use the draw numbers functions to create a clockface. Your function should be called drawClock. You output should be similar to the below: 12 3 To

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Describe the functions of communication

Answered: 1 week ago

Question

4. What will the team agreement contain?

Answered: 1 week ago

Question

What were the issues and solutions proposed by each team?

Answered: 1 week ago