1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
lapo4ka [179]
3 years ago
14

6.6 Code Practice 2- Boat:

Computers and Technology
1 answer:
egoroff_w [7]3 years ago
7 0

Answer:

import simplegui

def draw_handler(canvas):

   canvas.draw_circle((0,550), 2, 100, "Blue")

   canvas.draw_circle((100,550),2,100,"Blue")

   canvas.draw_circle((200,550),2,100,"Blue")

   canvas.draw_circle((300,550),2,100,"Blue")

   canvas.draw_circle((400,550),2,100,"Blue")

   canvas.draw_circle((500,550),2,100,"Blue")

   canvas.draw_circle((600,550),2,100,"Blue")

   canvas.draw_polygon([(0,550), (600,550), (600,500), (0,500)], 5, "White", "White")

   canvas.draw_circle((300, 525), 2, 100, "Black")

   canvas.draw_polygon([(250, 525), (350,525), (350, 475), (250, 475)], 5, "White", "White")

   canvas.draw_line((250,525), (350,525), 5, "Black")

   canvas.draw_line((300,525), (300, 500), 5, "Black")

   canvas.draw_polygon([(300,500), (325, 500), (300,450)], 5, "Black")

frame = simplegui.create_frame('Testing', 600, 600)

frame.set_canvas_background("White")

frame.set_draw_handler(draw_handler)

frame.start()

Explanation:

Little jank but looks fine

You might be interested in
7. What is the school campus’s setting<br> the school is sanford
Irina-Kira [14]
I think you mean stanford and the setting is lions?
8 0
3 years ago
Read 2 more answers
TECHNICAL TERMS: the adderess of a website
riadik2000 [5.3K]
Yes very interesting
6 0
2 years ago
“Urban Populations” should fall under which sections of your organizer?
ELEN [110]

Answer:

a = TOPIC

Explanation:

4 0
3 years ago
Read 2 more answers
2. What is “suspension of disbelief?” Which form of immersion is it most closely associated with?
jonny [76]
What are the answer choices
4 0
3 years ago
Read 2 more answers
Which of the following is not true about network design?Group of answer choicesIn designing LAN networks, network designers tend
sergey [27]

Answer:

In designing LAN networks, network designers tend to design err on the side of providing for less capacity than what is currently necessary.

Explanation:

In designing LAN networks, network designers tend to design err on the side of providing for less capacity than what is currently necessary is not true about network design.

8 0
3 years ago
Other questions:
  • What is the difference between pulse code modulation and delta modulation? Provide examples.
    11·1 answer
  • Ben buys an Olympus E-PL2 from Sony which starts malfunctioning. When he opts for an exchange, the customer representative says
    11·1 answer
  • Principles of defensive driving include:
    15·1 answer
  • Instructions:Type the correct answer in the box. Spell all words correctly.
    14·2 answers
  • This measures how close a biometric reading is to a prerecorded template
    11·1 answer
  • The calls radioed to patrol officers, or assignments given to police patrol units by 911 dispatchers, reveal the types of proble
    9·1 answer
  • In order to plan George’s birthday, his father gave him a list of people who attended his birthday for the last five years. What
    8·1 answer
  • Suppose you are given a bag containing n unbiased coins. You are told that n − 1 of these coins are normal, with heads on one si
    7·1 answer
  • Which disc store compacity for full lenght movie? dvd or cd
    14·1 answer
  • What is E-Commerce? Answer The Following. Pls Help Me​
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!