Computers and Technology
Computers and Technology, 30.12.2021 01:10, reilly90

A turtle can "stamp" its footprint onto the canvas, and this will remain after the turtle has moved somewhere else. Modify the turtle footprint below to complete the following tasks:

·Create a 1-minute turtle footprint with custom attributes (size, pattern, color, direction, etc.)
·Customize the shape pattern drawn by the turned and change at least 5 attributes.
·Change the background color of your canvas and display your name on the canvas.

import turtle frogscreen = turtle. Screen()
frogscreen. bgcolor("blue")
frogger = turtle. Turtle()
frogger. shape("turtle")
frogger. color("red")
frogger. penup()
size = 20
for i in range(20):
frogger. stamp()
size = size + 3
frogger. forward(size)
frogger. right(24)
frogscreen. mainloop()

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 01:50, bessieyounger1211
Click on this link toopens a new window. bring up a flowchart in a new browser window. based on this flowchart, would a d-link 3347 gateway with an xbox 360 multiplayer problem be in scope or out of scope
Answers: 2
image
Computers and Technology, 22.06.2019 20:30, fickllyd000
In this lab, you complete a prewritten c program that calculates an employee’s productivity bonus and prints the employee’s name and bonus. bonuses are calculated based on an employee’s productivity score as shown below. a productivity score is calculated by first dividing an employee’s transactions dollar value by the number of transactions and then dividing the result by the number of shifts worked.
Answers: 3
image
Computers and Technology, 23.06.2019 13:30, small77
Font size, font style, and are all aspects of character formatting.
Answers: 2
image
Computers and Technology, 23.06.2019 18:50, annieleblanc2004
Ais a picture icon that is a direct link to a file or folder
Answers: 1
Do you know the correct answer?
A turtle can "stamp" its footprint onto the canvas, and this will remain after the turtle has moved...

Questions in other subjects:

Konu
Biology, 26.06.2020 16:01
Konu
Mathematics, 26.06.2020 16:01