Re: Function and turtle help

2014-03-07 Thread Scott W Dunning
On Mar 7, 2014, at 6:16 PM, Lee Harr wrote: >> I am completely new to programming so thanks for any help! > > Not sure it will help, and hopefully I am not self-promoting too much, > but this may be of interest to you: > > http://pynguin.googlecode.com/ > > http://code.google.com/p/pynguin/wi

Re: Function and turtle help

2014-03-07 Thread Lee Harr
> I am completely new to programming so thanks for any help! Not sure it will help, and hopefully I am not self-promoting too much, but this may be of interest to you: http://pynguin.googlecode.com/ http://code.google.com/p/pynguin/wiki/StartProgramming I am interested in feedback from new pro

Re: Function and turtle help

2014-02-22 Thread Scott W Dunning
On Feb 21, 2014, at 9:30 PM, Dave Angel wrote: You’re awesome David! Thanks for taking the time to not only help answer my question but helping me to understand it as well!! Scott -- https://mail.python.org/mailman/listinfo/python-list

Re: Function and turtle help

2014-02-21 Thread Dave Angel
On 02/21/2014 10:38 PM, Scott W Dunning wrote: On Feb 21, 2014, at 7:13 PM, Dave Angel wrote: Scott W Dunning Wrote in message: On Feb 20, 2014, at 11:30 PM, Dave Angel wrote: Look at turtle.begin_fill and turtle.end_fill That's after making sure your star is a closed shape. So, th

Re: Function and turtle help

2014-02-21 Thread Scott W Dunning
On Feb 21, 2014, at 7:13 PM, Dave Angel wrote: > Scott W Dunning Wrote in message: >> >> On Feb 20, 2014, at 11:30 PM, Dave Angel wrote: >> >>> Look at turtle.begin_fill and turtle.end_fill >>> >>> That's after making sure your star is a closed shape. >> >> >> >> So, this is what I have

Re: Function and turtle help

2014-02-21 Thread Dave Angel
Scott W Dunning Wrote in message: > > On Feb 20, 2014, at 11:30 PM, Dave Angel wrote: > >> Look at turtle.begin_fill and turtle.end_fill >> >> That's after making sure your star is a closed shape. > > > > So, this is what I have so far and it “works” but, it fills in the star > with b

Re: Function and turtle help

2014-02-21 Thread Scott W Dunning
On Feb 20, 2014, at 11:30 PM, Dave Angel wrote: > Look at turtle.begin_fill and turtle.end_fill > > That's after making sure your star is a closed shape. So, this is what I have so far and it “works” but, it fills in the star with black and as you can see below I am trying to fill it in wit

Re: Function and turtle help

2014-02-20 Thread Scott W Dunning
On Feb 20, 2014, at 9:41 PM, Scott W Dunning wrote: > Hello, > > I am trying to make a function that allows me to color in a star that was > drawn in Turtle. I just keep having trouble no matter what I do. I’ll post > the code I have for the star (just in case). The ultimate goal is to cre