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.

4
  • \$\begingroup\$ You can save a byte in the 2nd one with i-~f. \$\endgroup\$
    – Shaggy
    Commented Jul 5 at 8:06
  • \$\begingroup\$ @Shaggy I included that one just as a more readable version of the 48 byter. \$\endgroup\$
    – xnor
    Commented Jul 5 at 8:11
  • \$\begingroup\$ Ah, OK. What does the b" " do in the 48 byter? I can't figure it out. \$\endgroup\$
    – Shaggy
    Commented Jul 5 at 12:13
  • 3
    \$\begingroup\$ @Shaggy I guess it's the byte string consisting of code points 2,3,4,5 which are all unprintable, so we cannot actually see them. \$\endgroup\$ Commented Jul 5 at 17:27