Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0adffb commit 6650105Copy full SHA for 6650105
1 file changed
Doc/library/turtle.rst
@@ -20,8 +20,8 @@ Introduction
20
============
21
22
Turtle graphics is a popular way for introducing programming to kids. It was
23
-part of the original Logo programming language developed by Wally Feurzig and
24
-Seymour Papert in 1966.
+part of the original Logo programming language developed by Wally Feurzeig,
+Seymour Papert and Cynthia Solomon in 1967.
25
26
Imagine a robotic turtle starting at (0, 0) in the x-y plane. After an ``import turtle``, give it the
27
command ``turtle.forward(15)``, and it moves (on-screen!) 15 pixels in the
0 commit comments