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
  • \$\begingroup\$ 61 bytes \$\endgroup\$ Commented Jul 27, 2017 at 15:24
  • \$\begingroup\$ 59 bytes for input()-print format \$\endgroup\$ Commented Jul 27, 2017 at 15:44
  • \$\begingroup\$ This gives [1, 1, 0] for input 1, the correct output is [1, 0]. \$\endgroup\$ Commented Aug 2, 2017 at 7:33
  • \$\begingroup\$ 64 bytes but I feel like this definitely isn't the best way to do this... Note: this properly handles 1 -> [1, 0] and not [1, 1, 0]. \$\endgroup\$ Commented Aug 2, 2017 at 12:06
  • \$\begingroup\$ 62 bytes cause I was stupid and had extra parenthesis. \$\endgroup\$ Commented Aug 2, 2017 at 12:24