Skip to content

Commit 1646b53

Browse files
committed
Add a comment explaining the weird dict
1 parent 5dd2de0 commit 1646b53

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wasm/demo/snippets/mandelbrot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
w = 50.0
44
h = 50.0
55

6+
# to make up for the lack of `global`
67
_y = {'y': 0.0}
78

89
def mandel(_time_elapsed=None):

0 commit comments

Comments
 (0)