We don't quite have a spiral yet since we're only drawing 5 lines!

  • In the for loop, change the number in range() to 20.

This will make our loop repeat 20 times.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE