diff options
Diffstat (limited to 'Lib/turtledemo/nim.py')
-rw-r--r-- | Lib/turtledemo/nim.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/turtledemo/nim.py b/Lib/turtledemo/nim.py index 9ae6cc5..f87c479 100644 --- a/Lib/turtledemo/nim.py +++ b/Lib/turtledemo/nim.py @@ -1,6 +1,4 @@ -""" turtle-example-suite: - - tdemo_nim.py +"""turtledemo/nim.py Play nim against the computer. The player who takes the last stick is the winner. |