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
You've called a script turtle.py, which is shadowing the turtle module in the standard library. Rename it.
turtle.py
turtle