HomeSort by relevance Sort by last modified time
    Searched refs:Turtle (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 2 # turtle.py: a Tkinter based turtle graphics module for Python
26 Turtle graphics is a popular way for introducing programming to
30 Imagine a robotic turtle starting at (0, 0) in the x-y plane. After an ``import turtle``, give it
31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
33 command turtle.right(25), and it rotates in-place 25 degrees clockwise.
38 ----- turtle.py
40 This module is an extended reimplementation of turtle.py from the
43 It tries to keep the merits of turtle.py and to be (nearly) 100
116 from math import * ## for compatibility with old turtle module namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 2 # turtle.py: a Tkinter based turtle graphics module for Python
26 Turtle graphics is a popular way for introducing programming to
30 Imagine a robotic turtle starting at (0, 0) in the x-y plane. After an ``import turtle``, give it
31 the command turtle.forward(15), and it moves (on-screen!) 15 pixels in
33 command turtle.right(25), and it rotates in-place 25 degrees clockwise.
38 ----- turtle.py
40 This module is an extended reimplementation of turtle.py from the
43 It tries to keep the merits of turtle.py and to be (nearly) 100
116 from math import * ## for compatibility with old turtle module namespace
    [all...]

Completed in 41 milliseconds