A simple Python script to plot the Mandelbrot Set.
From Wikipedia:
The Mandelbrot set is the set of complex numbers c for which the function f(z)=z^2+c does not diverge when iterated from z=0.
Check out https://en.wikipedia.org/wiki/Mandelbrot_set to learn more about it.
Shout out to Tariq Rashid and his great book for introducing me to the Mandelbrot Set!!