Chat with our AI personalities
Make 5 shapes using Tangrams.
Tangrams
It depends on the 7 shapes that you start with.
it means make same shapes only perimeter
A decagon is a 10-sided polygon. To draw a regular decagon in MSWLogo, first create the following procedure: to decagon :n repeat 10 [fd :n rt 36] end Now invoke it: decagon 100 This creates a decagon with sides of length 100.