Introduction to Programming using Python 1st Edition

Published by Pearson
ISBN 10: 0132747189
ISBN 13: 978-0-13274-718-9

Chapter 3 - Mathematical Functions, Strings, and Objects - Section 3.7 - Drawing Various Shapes - Check Point - MyProgrammingLab - Page 82: 3.25

Answer

At object creation.

Work Step by Step

When a turtle object is created, its position is set at (0, 0)—the center of the window—and its direction is set to go straight to the right. The turtle module uses a pen to draw shapes. By default, the pen is down (like the tip of an actual pen touching a sheet of paper). When you move the turtle, it draws a line from the current position to the new position if the pen is down.
Update this answer!

You can help us out by revising, improving and updating this answer.

Update this answer

After you claim an answer you’ll have 24 hours to send in a draft. An editor will review the submission and either publish your submission or provide feedback.