Plot circle of triangles
Use numpy and the seaborn library to create and plot a dataset of 2D points forming 100 small triangles arranged in a big circle. Put the code for this in a Jupyter Notebook and make sure it saves the plot as "circle_triangles.png". Save the plot before showing it. And connect the three points which form a triangle using lines.
git-bob try to do this.