Skip to main content

Timeline for Print the Christmas alphabet

Current License: CC BY-SA 4.0

9 events
when toggle format what by license comment
Nov 28, 2023 at 14:25 comment added Rhaixer codegolf.stackexchange.com/a/267148/110681
Nov 28, 2023 at 14:23 comment added Stef @UndoneStudios I cannot find your answer! Where is it?
Nov 28, 2023 at 14:20 comment added Rhaixer @Stef followed your way, and in fact got to 65;see my answer
Nov 24, 2023 at 14:06 comment added Stef 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)))
Nov 24, 2023 at 13:17 comment added Stef 56: from string import*;a=printable;print(a[10:21]+a[22:36])
Nov 24, 2023 at 10:39 comment added Philippos The boring loop is 54 bytes, the most boring solution only 34 bytes
Nov 24, 2023 at 6:55 comment added tsh 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:])
S Nov 24, 2023 at 3:34 review First answers
Nov 24, 2023 at 3:47
S Nov 24, 2023 at 3:34 history answered CoffeeCrash CC BY-SA 4.0