Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • \$\begingroup\$ I think you can just use 15j in the python version too \$\endgroup\$ Commented Jul 8, 2011 at 4:48
  • \$\begingroup\$ To shave one character add line r=range(-50,26). Then replace range(-15,16) with r[35:66] and replace range(-50,26) with r. \$\endgroup\$ Commented Sep 30, 2011 at 17:51