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

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 18:00, crimhill
When is it appropriate to use an absolute reference
Answers: 1
image
Computers and Technology, 23.06.2019 04:31, genyjoannerubiera
This graph compares the cost of room and board at educational institutions in texas.
Answers: 1
image
Computers and Technology, 24.06.2019 01:30, jadaroyval
Write a program that asks the user to enter the name of an input file. if the file does not exist, the program should prompt the user to enter the file name again. if the user types quit in any uppercase/lowercase combinations, then the program should exit without any further output.
Answers: 3
image
Computers and Technology, 24.06.2019 02:30, talia43
Assume a class window with accessor method getwidth that accepts no parameters and returns an integer. assume further an array of 3 window elements named winarr, has been declared and initialized. write a sequence of statements that prints out the width of the widest window in the array.
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 in other subjects:

Konu
History, 13.07.2021 15:10
Konu
Social Studies, 13.07.2021 15:10