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
pickupchik [31]
2 years ago
13

6.4 code practice python

Computers and Technology
2 answers:
mixas84 [53]2 years ago
3 0

Python is a programming language launched in 1991 by Guido van Rossum. It is common as a beginner's language and in teaching, but also as a general programming language with application in many different domains.

It has dynamic typing, which is why it is sometimes described as a scripting language. The language is also characterized by the fact that indentation affects the program flow. This makes the program code compact and is considered to give it good readability.

Learn more about Python in brainly.com/question/22841107

Lena [83]2 years ago
3 0

Answer:

import simplegui

def draw_handler(canvas):

   canvas.draw_polygon([(0, 0), (0, 400), (400, 400), (400, 0)], 2.5, "Black")

   canvas.draw_polygon([(50, 50), (50, 350), (350, 350), (350, 50)], 2.5, "Black")

   canvas.draw_polygon([(100, 100), (100, 300), (300, 300), (300, 100)], 2.5, "Black")

   canvas.draw_polygon([(150, 150), (150, 250), (250, 250), (250, 150)], 2.5, "Black")

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

frame.set_canvas_background("White")

frame.set_draw_handler(draw_handler)

frame.start()

Explanation:

Just copy and paste it and you should be good

You might be interested in
Hey how are yall today?
Luda [366]

Answer:

Great how are you today?

5 0
3 years ago
Read 2 more answers
3. What of the following is the main components of computer system?
Likurg_2 [28]

Answer:

CPU, input unit, Output unit, memory unit

3 0
2 years ago
Read 2 more answers
Advancements in nuclear science have led to technological advances which are both harmful and beneficial. Which would be conside
ExtremeBDS [4]
<span>C) magnetic resonance imaging (MRI) 

hope it helped

</span>
5 0
3 years ago
Plz go sub 2 "Shyy096" he is a 11 y/o boy and makes music fortnite vids, it would rly help him if u subscribe cuz he only has 8.
Pachacha [2.7K]

Answer:

OKK

Explanation:

5 0
2 years ago
•Should other states wait to see if the high-speed rail system works well before starting their own plans for similar systems?
solmaris [256]
Other states should see how well the system works and also understand how much money it requires for the state to build a high-speed rail system.
7 0
3 years ago
Other questions:
  • The command for creating a PivotTable is found in the <br> tab.
    7·1 answer
  • External hard disks use different technology than internal hard disks. ture or false
    6·1 answer
  • What is a disadvantage of using transitions in a PowerPoint presentation?
    9·1 answer
  • How are texting and instant messaging alike?
    6·2 answers
  • Which element appears within the top margin of the document but does not form the part of the body of the text?
    15·1 answer
  • Write a program that reads an unspecified number of integers, determines how many positive and negative values have been read, a
    8·1 answer
  • What is the ability for a system to respond to unexpected failures or system crashes as the backup system immediately and automa
    8·1 answer
  • William is an HR manager in a textile-manufacturing firm. He is creating a file on the hours each employee worked during the las
    6·2 answers
  • How does applying Fontworks effects to text on an advertising flyer change the text?
    14·2 answers
  • When you're writing for mobile devices, use ________ to present the most important information first and provide successive laye
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!