copy right added

This commit is contained in:
Robin Clark 2019-12-21 21:00:28 +00:00
parent 4aafceb059
commit 4c208d7c02

View File

@ -1,5 +1,6 @@
import random
# (c) R P Clark 2019
def mandelbrot (re, Im, max_iter):
c = complex (Re,Im)