Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (12 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Demo/turtle/about_turtle.txt

    r2 r391  
    88by Wally Feurzig and Seymour Papert in 1966.
    99
    10 Imagine a robotic turtle starting at (0, 0) in the x-y plane. Give it
     10Imagine a robotic turtle starting at (0, 0) in the x-y plane. After an ``import turtle``, give it
    1111the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
    1212the direction it is facing, drawing a line as it moves. Give it the
    13 command turtle.left(25), and it rotates in-place 25 degrees clockwise.
     13command turtle.right(25), and it rotates in-place 25 degrees clockwise.
    1414
    1515By combining together these and similar commands, intricate shapes and
Note: See TracChangeset for help on using the changeset viewer.