subject

6.5 Code Practice import simplegui

def draw_handler(canvas):
x = 150
y = 150
color = "RGB(0,0,0)"

canvas. draw_polygon([(300,400),(550,400),( 550,550),(300,550)],2,"Red")
canvas. draw_polygon([(275,400),(425,300),( 575,400)],2,"Red")
canvas. draw_polygon([(400,475),(400,550),( 450,550),(450,475)],2,"Green")

canvas. draw_polygon([(325,450),(325,500),( 375,500),(375,450)],2,"Blue")
canvas. draw_polygon([(525,450),(525,500),( 475,500),(475,450)],2,"Blue")
fram=simplegui. create_frame('House',600,600)

frame = simplegui. create_frame('Testing', 600, 600)
frame. set_canvas_background("Pink")
frame. set_draw_handler(draw_handler)
frame. start()


6.5 Code Practice

import simplegui
def draw_handler(canvas):
x = 150
y = 150
color = RGB(0,0,0)

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:30
What type of weird relationship this is analogy show? dissolve: solidify: : noise: silence
Answers: 2
question
Computers and Technology, 22.06.2019 01:00
Program description: a c# app is to be created to produce morse code. the morse code assigns a series of dots and dashes to each letter of the alphabet, each digit, and a few special characters (such as period, comma, colon, and semicolon). in sound-oriented systems, the dot represents a short sound and the dash represents a long sound. separation between words is indicated by a space, or, quite simply, the absence of a dot or dash. in a sound-oriented system, a space is indicated by a short period of time during which no sound is transmitted. the international version of the morse code is stored in the data file morse.txt.
Answers: 3
question
Computers and Technology, 22.06.2019 10:50
A911 dispatcher is the sole sender of messages to all police officers. while on patrol, officers communicate with the dispatcher who, in turn, relays messages to other officers. the officers do not communicate directly with one another. this illustrates a network.
Answers: 1
question
Computers and Technology, 23.06.2019 01:10
Problem 1 - hashing we would like to use initials to locate an individual. for instance, mel should locate the person mark e. lehr. note: this is all upper case. generate a hash function for the above using the numbers on your telephone. you know, each letter has a number associated with it, so examine your telephone keypad. generate 512 random 3 letter initials and take statistics on a linked list array size 512 to hold this information report how many have no elements, 1 element, 2 elements, does this agree with the hashing statistics distribution?
Answers: 1
You know the right answer?
6.5 Code Practice import simplegui

def draw_handler(canvas):
x = 150
y = 15...
Questions
question
Mathematics, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
question
Physics, 11.09.2020 14:01
question
Biology, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
question
Physics, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
question
Physics, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
question
Mathematics, 11.09.2020 14:01
Questions on the website: 13722362