subject

Examine the code below. When this program runs, what size will the text be when printed on the screen? import simplegui

def draw(canvas):

for i in range (10):

canvas. draw_text("Hello", (10, 25 + 20*i), 20, "red")

frame = simplegui. create_frame("Testing", 400, 400)

frame. set_draw_handler(draw)

frame. start()

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:00
You will be given two character arrays of the same size, one will contain a number of ships. ships will move around the character array based on which way they are facing and the route they are on. routes are given in the other array. the route consists of '-' and '|' for straight paths, '\' and '/' for curves, and '+' for intersections. there are ships on these routes. ships always face a direction, '^' for up, '> ' for right, 'v' for down, and '< ' for left. any time the ships hit a '\' or a '/' it will turn as you would expect a ship to turn (e.g. a '^' that moves into a '/' will turn right). at an intersection, ships will always continue straight through. all ships move at the same speed, ships take turns moving and all ships move during one 'tick'. the one in the most top left goes first, followed by those to its right, then the ones in the next row. it iterates along the rows and then down the columns. each ship moves one space on its turn moving along the route. your function needs to return the position of the first collision between two ships and the number of ticks before the crash occurred.
Answers: 2
question
Computers and Technology, 22.06.2019 10:30
Dave has to create animations for a game. which tool can dave use?
Answers: 3
question
Computers and Technology, 23.06.2019 12:00
If you're using an existing powerpoint presentation that will receive new slides based on a word outline, select the a. slide that will appear after the new slides. b. first slide in the presentation. c. slide that will appear before the new slides. d. last slide in the presentation.
Answers: 2
question
Computers and Technology, 23.06.2019 17:00
What does the faves button do? a. users mark a web page as a favorite b. leads other readers to favor a specific page c. readers sort and align their favicons, or favorite icons d. leads users to a message board where they can post questions
Answers: 1
You know the right answer?
Examine the code below. When this program runs, what size will the text be when printed on the scree...
Questions
question
Mathematics, 24.06.2020 04:01
question
Mathematics, 24.06.2020 04:01
question
Mathematics, 24.06.2020 04:01
question
Mathematics, 24.06.2020 04:01
question
Mathematics, 24.06.2020 04:01
question
Mathematics, 24.06.2020 04:01
question
Mathematics, 24.06.2020 04:01
Questions on the website: 13722362