I want to play with turtle module in Python. But when i do import turtle module, i\'ve the following error:
$ python
Python 2.7.3 (default, Sep 26 2012, 21:5
I was unable to locate any file with turtle.py so I uninstalled Python and reinstalled a 64 bit version from Python.org. This time the program ran after I typed the following two lines of code into the terminal (black screen).
import turtle
shelly=turtle.Turtle()
Of course your turtle can be called other names and not necessarily shelly.