Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
66501058
Commit
66501058
authored
Jun 01, 2019
by
Stéphane Wirtel
Committed by
Cheryl Sabella
Jun 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc: Correct the creation year and the credits of the Logo Programming language (GH-13520)
parent
a0adffb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/library/turtle.rst
Doc/library/turtle.rst
+2
-2
No files found.
Doc/library/turtle.rst
View file @
66501058
...
...
@@ -20,8 +20,8 @@ Introduction
============
Turtle graphics is a popular way for introducing programming to kids. It was
part of the original Logo programming language developed by Wally Feurz
ig and
Seymour Papert
in 1966
.
part of the original Logo programming language developed by Wally Feurz
eig,
Seymour Papert
and Cynthia Solomon in 1967
.
Imagine a robotic turtle starting at (0, 0) in the x-y plane. After an ``import turtle``, give it the
command ``turtle.forward(15)``, and it moves (on-screen!) 15 pixels in the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment