Hi! This code draws swirls.
To draw random swirls, change the code below the 'TODO' comments using the random.randint() function. Use the random.choice() function to choose random colors for each swirl. For a full tutorial, see [link to YouTube video + timestamp].
You can play around with the different parameters to change the number of swirls, choice of color, and size range of the swirls.
Click 'Run' to run the code and produce your unique image!