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*

5
  • 1
    \$\begingroup\$ Pyth tips: *2_ is the same as y_. Variable Z is initially 0, so you can remove the space in .tO0 4 by writing .tOZ4. \$\endgroup\$ Commented Apr 28, 2015 at 22:22
  • 1
    \$\begingroup\$ I'm counting 25 bytes... \$\endgroup\$ Commented Apr 28, 2015 at 22:31
  • \$\begingroup\$ Also, you can format the output better with ,+JK-JK \$\endgroup\$ Commented Apr 28, 2015 at 22:31
  • \$\begingroup\$ @Maltysen Both fixed. Thanks! \$\endgroup\$ Commented Apr 28, 2015 at 22:34
  • \$\begingroup\$ @orlp I had no clue about y and forgot about Z. Fixed; thanks! \$\endgroup\$ Commented Apr 28, 2015 at 22:34