diff options
Diffstat (limited to 'Lib/turtledemo/sorting_animate.py')
-rw-r--r-- | Lib/turtledemo/sorting_animate.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Lib/turtledemo/sorting_animate.py b/Lib/turtledemo/sorting_animate.py index ef4946db382..e0a2877cd5d 100644 --- a/Lib/turtledemo/sorting_animate.py +++ b/Lib/turtledemo/sorting_animate.py @@ -1,6 +1,4 @@ -""" - - sorting_animation.py +"""turtledemo/sorting_animation.py A minimal sorting algorithm animation: Sorts a shelf of 10 blocks using insertion @@ -10,9 +8,6 @@ Shelves are implemented using builtin lists. Blocks are turtles with shape "square", but stretched to rectangles by shapesize() - --------------------------------------- - To exit press space button - --------------------------------------- """ from turtle import * import random |