[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")
>
>
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