This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
golf
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
mandel.py
master
Erin
8 years ago
commit
bd798186aa
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
mandel.py
+ 8
- 0
mandel.py
View File
@ -0,0 +1,8 @@
o
=
'
'
for
y
in
range
(
30
)
:
for
x
in
range
(
75
)
:
c
=
126
;
a
=
z
=
x
/
25
-
2
+
y
/
15j
+
1j
while
c
>
32
>
2
>
abs
(
z
)
:
z
=
z
*
z
+
a
;
c
-
=
1
o
+
=
chr
(
c
)
o
+
=
'
\n
'
print
(
o
)
Write
Preview
Loading…
Cancel
Save