Hình 1 :
to Hinh1
repeat 180 [ fd 1 rt 1 ]
end
Hình 2 :
to Hinh2
repeat 4 [ fd 100 rt 90 ]
end
Hình 3 :
to Hinh3
repeat 90 [ fd 1 rt 1 ] rt 90 repeat 4 [ repeat 180 [ fd 1 rt 1 ] rt 90 ]
end
Hình 4 :
to Hinh4
repeat 8 [ fd 100 repeat 4 [ fd 40 rt 90 ] bk 100 rt 45 ]
end
Hình 5 :
to Hinh5
repeat 4 [ rt 30 repeat 3 [ fd 100 lt 120 ] lt 30 rt 90 ]
end
Hình 6 :
to Hinh6
repeat 24 [ repeat 60 [ fd 6 rt 6 ] fd 360/24 lt 360/24 ]
end
Hình 7 :
to Hinh7
repeat 3 [ repeat 3 [ fd 100 rt 120 ] rt 120 ]
end
Hình 8 :
to Hinh8
rt 20 repeat 5 [ fd 200 rt 144 ]
end
Hình 9 :
to Hinh9
repeat 6 [ repeat 4 [ fd 100 lt 90 ] rt 60 ]
end
Hình 10 :
to Hinh10
repeat 360 [ fd 1 rt 1 ]
end