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

added 8 characters in body
Source Link
Emigna
  • 53.2k
  • 5
  • 44
  • 164

05AB1E, (削除) 13 (削除ここまで) 12 bytes

,εDlAsk×ばつ}ζ»,

Try it online!

Explanation

, # print input
 ε } # apply to each char in input
 D # duplicate
 l # convert to lower case
 Ask # get index of current char in the lower case alphabet
 ×ばつ # repeat the char that many times
 ζ # transpose with space as filler
 », # join on newlines and print

05AB1E, (削除) 13 (削除ここまで) 12 bytes

,εDlAsk×ばつ}ζ»,

Try it online!

05AB1E, (削除) 13 (削除ここまで) 12 bytes

,εDlAsk×ばつ}ζ»,

Try it online!

Explanation

, # print input
 ε } # apply to each char in input
 D # duplicate
 l # convert to lower case
 Ask # get index of current char in the lower case alphabet
 ×ばつ # repeat the char that many times
 ζ # transpose with space as filler
 », # join on newlines and print
added 8 characters in body
Source Link
Emigna
  • 53.2k
  • 5
  • 44
  • 164

05AB1E, 13(削除) 13 (削除ここまで) 12 bytes

,SDlεAskεDlAsk×ばつ}×ばつζ»ζ»,

Try it online! Try it online!

05AB1E, 13 bytes

,SDlεAsk}×ばつζ»,

Try it online!

05AB1E, (削除) 13 (削除ここまで) 12 bytes

,εDlAsk×ばつ}ζ»,

Try it online!

Source Link
Emigna
  • 53.2k
  • 5
  • 44
  • 164

05AB1E, 13 bytes

,SDlεAsk×ばつζ»,

Try it online!

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