Growing Spiral
π¨ Draw this shape: a spiral that winds outwards, each side longer than the last.
π‘ Hint: Keep one number in a variable and add to it every time round the loop.
Your program
Show me one answer
colour blue set size 5 repeat 30 [ forward size right 20 change size by 3 ]