subject

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()

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 05:00
Acompany is inviting design for its new corporate logo from its users. this is an example of ? a. crowdfunding b. crowdvoting c. crowdsourced design d. crowdtracking
Answers: 3
question
Computers and Technology, 23.06.2019 07:00
You need a quick answer from a coworker. the most effective way to reach your coworker is through a. cloud server b. instant message c. teleconference d. telepresence
Answers: 1
question
Computers and Technology, 23.06.2019 11:30
Auser is given read permission to a file stored on an ntfs-formatted volume. the file is then copied to a folder on the same ntfs-formatted volume where the user has been given full control permission for that folder. when the user logs on to the computer holding the file and accesses its new location via a drive letter, what is the user's effective permission to the file? a. read b. full control c. no access d. modify e. none of the above
Answers: 1
question
Computers and Technology, 23.06.2019 21:50
Description: write function lastfirst() that takes one argument—a list of strings of the format "lastname, firstname" —and returns a list consisting of two lists: (a) a list of all the last names (b) a list of all the first names
Answers: 2
You know the right answer?
A turtle can "stamp" its footprint onto the canvas, and this will remain after the turtle has moved...
Questions
question
Mathematics, 13.02.2021 17:20
question
English, 13.02.2021 17:20
question
Mathematics, 13.02.2021 17:20
Questions on the website: 13722367