logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Thaissa LannesLaw
(5/5)

953 Answers

Hire Me
expert
Sethh PowellHistory
(4/5)

599 Answers

Hire Me
expert
Colleen LanclosLaw
(4/5)

576 Answers

Hire Me
expert
Herman BerensLaw
(5/5)

531 Answers

Hire Me
Python Programming

Write a function called drawRect that takes two input parameters the length and height  of a rectangle.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

1 Drawing a Rectangle

Task 1 (1 pt) Write a function called drawRect that takes two input parameters (look at  class slides for lecture 2 to see how to pass  arguments to functions):  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   Drawing Numbers

Task 2 (10 pts) In this task, you will write several functions that will draw di erent num- bers. Here are a list of functions that you should write - for each function the pensize should be 3 and the height of the digit should be 24 units.

  • Write a function called  drawOne that uses the turtle library to draw the number

  • Write a function called drawTwo that uses the turtle library to draw the number

  • Write a function called drawThree that uses the turtle library to draw the number

  • Write a function called drawSix that uses the turtle library to draw the number

  • Write a function called drawNine that uses the turtle library to draw the number

3  What time is it?

Task 3 (6 pts) In this task, you will  use  the  functions  you  de ned  in  task  2  to  create  a clock face. This function should be called drawClock.  Your  output should look  similar to the  one given in gure 1.

Figure 1: Image of a clock face drawn using Turtle library

4  Clock Tower

Task 4 (6 pts) Write a function called drawClockTower that uses the functions in tasks 1 and 3 to draw a clock tower as shown in gure

Figure 2: Image of a clock tower drawn using Turtle library

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme