On Oct 24, 9:11 pm, "A. Jorge Garcia" <[email protected]> wrote: > I was trying some python import commands > import this > import antigravity > import turtle > got nowhere with the last two.
Probably you have to somehow install these packages first. import sage wouldn't do anything without Sage, either :) But I'm not sure what it does - http://pypi.python.org/pypi/antigravity/0.1 might give more hints, I haven't heard of it. I'm sure one can do the turtle stuff in Sage, I've tried it in regular python and it seems to work fine in Sage, though I don't know enough about it to remember the commands. You may want to do import turtle turtle.[tab] and see if one of those is useful? I think you have to create a Turtle object first or something. - kcrisman > What does "import antigravity" do? Can I do turtle graphics in SAGE? > Take a look:https://clemix.clemson.edu:34567/home/pub/150 > > HTH, > A. Jorge > Garciahttp://shadowfaxrant.blogspot.comhttp://www.youtube.com/calcpage2009 > > Teacher & Professor > Applied Mathematics, Physics & Computer Science > Baldwin Senior High School & Nassau Community College -- You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en.
