subject

# a114_nested_loops_2.py import turtle as trtl

painter = trtl. Turtle()

painter. shape("circle")

painter. hideturtle()

painter. penup()

x = -200

while (x < 200):

x = x + 50

y = 200

painter. goto(x, y)

painter. color("red")

painter. stamp()

wn = trtl. Screen()

wn. mainloop()

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 02:30, amaliabarrera9
The can be used to paste text in any order
Answers: 1
image
Computers and Technology, 22.06.2019 09:00, sabahfayaskhan
Which best describes the condition under which the unicode output is the same as plain text?
Answers: 3
image
Computers and Technology, 23.06.2019 03:30, 890777
In vista and windows 7, the appearance and personalization option allows you to change the
Answers: 1
image
Computers and Technology, 24.06.2019 01:30, kevin72836
Hazel has just finished adding pictures to her holiday newsletter. she decides to crop an image. what is cropping an image?
Answers: 1
You know the right answer?
# a114_nested_loops_2.py import turtle as trtl

painter = trtl. Turtle()

pa...

Questions in other subjects:

Konu
Biology, 12.04.2021 15:40