diff --git a/hijfong.py b/hijfong.py index d7140cf..f6977d4 100644 --- a/hijfong.py +++ b/hijfong.py @@ -1,5 +1,6 @@ import random +# (c) R P Clark 2019 def mandelbrot (re, Im, max_iter): c = complex (Re,Im)