I am new to Python and have tried every command I can find but still do not seem to be able to access a turtle library and do any drawing. I have tried: import turtle and from turtle import * But after both of these any commands like forward or right still show errors and forward is not recognized. Please help Thanks! Carrie