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.

7
  • 2
    \$\begingroup\$ 60: from string import ascii_lowercase as s;print(s[:11]+s[12:]); 58: from string import*;s=ascii_lowercase;print(s[:11]+s[12:]) \$\endgroup\$ Commented Nov 24, 2023 at 6:55
  • 2
    \$\begingroup\$ The boring loop is 54 bytes, the most boring solution only 34 bytes \$\endgroup\$ Commented Nov 24, 2023 at 10:39
  • 1
    \$\begingroup\$ 56: from string import*;a=printable;print(a[10:21]+a[22:36]) \$\endgroup\$ Commented Nov 24, 2023 at 13:17
  • \$\begingroup\$ Trying to be smart, but sadly 75 bytes: from math import*;print(''.join(chr(n+isqrt(3*n//2))for n in range(56,81))) \$\endgroup\$ Commented Nov 24, 2023 at 14:06
  • \$\begingroup\$ @Stef followed your way, and in fact got to 65;see my answer \$\endgroup\$ Commented Nov 28, 2023 at 14:20