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

Add Explanation
Source Link
fireflame241
  • 16.4k
  • 2
  • 31
  • 74

Jelly, 4 bytes

Jḟị3

Try it online!

Explanation

Jḟị3
J - all indices of the input string
 ḟ - except for the input index
 ị - return the elements at those indices
 3 - of the input string

Jelly, 4 bytes

Jḟị3

Try it online!

Jelly, 4 bytes

Jḟị3

Try it online!

Explanation

Jḟị3
J - all indices of the input string
 ḟ - except for the input index
 ị - return the elements at those indices
 3 - of the input string
Source Link
fireflame241
  • 16.4k
  • 2
  • 31
  • 74

Jelly, 4 bytes

Jḟị3

Try it online!

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