Hi,
Just started using python. I can run simple python programs from the terminal in OS X. It says python version 2.6.1. I wanted to try turtle. I copied some code I found from others on here and tried to run it, and ran into problems right away with things like color("green") or something. I ran some code to see if turtle was installed, and it seemed to install, but it looks like the commands don't get recognized.
Is there something I am doing wrong? Can someone give me the simplest bit of code to try to see if turtle works?
Thanks for any help.