
previous

page 9
next
and now for something quite different - a circle

Click here to reveal my answer.
function test() {
polygon(360,1);
}
polygon(360,1);
}
and what about this?

Click here to reveal my answer.
function test() {
polygon(360,5);
}
polygon(360,5);
}
previous
next