Why Python is like BASIC (and why this is a good thing)

Magnus Lyckå magnus at thinkware.se
Mon Feb 25 05:31:42 EST 2002


Peter Hansen wrote:


> Mere seconds with Google could give you the answer.  Try "download"
> and "turtle.py" for example.


Mere seconds with Python 2.1.1 gave me the answer. ;-)

 >>> import turtle
 >>> turtle.demo()

I'm afraid there is more in Python than in the documentation that
comes with it. (Like everything that has to do with Tkinter...)
Actually, it IS mentined in Appendix A: Undocumented modules.




More information about the Python-list mailing list