Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

Commonmark migration
Source Link

##Pyth, 14 bytes

Pyth, 14 bytes

V26:*26G^N2^hN2

Try it here!

V26 - for N in range(26):
 ^N2 - N**2
 :*26G - (alphabet*26)[^:V]
 ^hN2 - (N+1)**2

##Pyth, 14 bytes

V26:*26G^N2^hN2

Try it here!

V26 - for N in range(26):
 ^N2 - N**2
 :*26G - (alphabet*26)[^:V]
 ^hN2 - (N+1)**2

Pyth, 14 bytes

V26:*26G^N2^hN2

Try it here!

V26 - for N in range(26):
 ^N2 - N**2
 :*26G - (alphabet*26)[^:V]
 ^hN2 - (N+1)**2
added 156 characters in body
Source Link
Blue
  • 28.8k
  • 8
  • 53
  • 101

##Pyth, 14 bytes

V26:*26G^N2^hN2

Try it here!

V26 - for N in range(26):
 ^N2 - N**2
 :*26G - (alphabet*26)[^:V]
 ^hN2 - (N+1)**2

##Pyth, 14 bytes

V26:*26G^N2^hN2

Try it here!

##Pyth, 14 bytes

V26:*26G^N2^hN2

Try it here!

V26 - for N in range(26):
 ^N2 - N**2
 :*26G - (alphabet*26)[^:V]
 ^hN2 - (N+1)**2
Source Link
Blue
  • 28.8k
  • 8
  • 53
  • 101

##Pyth, 14 bytes

V26:*26G^N2^hN2

Try it here!

AltStyle によって変換されたページ (->オリジナル) /