Rotating Rainbow Spiral 03/05/201903/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 6:42 pm Categories: colorsys Difficulty Level 5 for loop loop Animate the rainbow spiral by making it rotate. Tags: animation, colorsys, for loop, hsv, loop, loops, spiral Post navigation PREVIOUS Previous post: Rotating Square SpiralNEXT Next post: Basic Leaf Related Post 3×3 Squares3×3 Squares 05/04/201905/04/2019 | James LiuJames Liu | 0 Comment Draw a 3×3 squares filled with random colors. READ MOREREAD MORE Fully Connected OctagonFully Connected Octagon 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use nested for loop and list to draw the following fully connected octagon. READ MOREREAD MORE Pentagon Spiral with Python and TurtlePentagon Spiral with Python and Turtle 08/21/202008/21/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following spiral with pentagon shape. In each loop, increase the forward length and turn slightly less than 72 degrees. Source Code: READ MOREREAD MORE
3×3 Squares3×3 Squares 05/04/201905/04/2019 | James LiuJames Liu | 0 Comment Draw a 3×3 squares filled with random colors. READ MOREREAD MORE
Fully Connected OctagonFully Connected Octagon 10/14/202010/14/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use nested for loop and list to draw the following fully connected octagon. READ MOREREAD MORE
Pentagon Spiral with Python and TurtlePentagon Spiral with Python and Turtle 08/21/202008/21/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following spiral with pentagon shape. In each loop, increase the forward length and turn slightly less than 72 degrees. Source Code: READ MOREREAD MORE