Re: [Tutor] lonely snowman

2005-09-30 Thread Kent Johnson
[EMAIL PROTECTED] wrote: > Hello > > I have a snowman who would like a nose. I have tried the following to make > a triangle and all I get is a little green line. would anyone have any > suggestions as to why? > > > from graphics import * > > def main(): > win = GraphWin("Triangle") > >

[Tutor] lonely snowman

2005-09-30 Thread andrade1
Hello I have a snowman who would like a nose. I have tried the following to make a triangle and all I get is a little green line. would anyone have any suggestions as to why? from graphics import * def main(): win = GraphWin("Triangle") triangle = Polygon(Point(4,8), Point(2,10), Point