Skip to content

Commit

Permalink
Update paint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
terryjreedy authored Oct 23, 2024
1 parent 739944b commit 6edbd15
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Lib/turtledemo/paint.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
"""turtledemo/paint.py
A simple event-driven paint program
- left mouse button moves turtle
- middle mouse button changes color
- right mouse button toggles between pen up
A simple event-driven paint program.
- Left mouse button moves turtle.
- Middle mouse button changes color.
- Right mouse button toggles between pen up
(no line drawn when the turtle moves) and
pen down (line is drawn). If pen up follows
at least two pen-down moves, the polygon that
Expand Down

0 comments on commit 6edbd15

Please sign in to comment.