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 Revisions

2 of 5
deleted 24 characters in body
totallyhuman
  • 17.4k
  • 3
  • 34
  • 89

Python 2, 63 bytes

i=0
exec"print' '*i+('%c '%(i+65))*-~i;i+=1;"*(ord(input())-64)

Try it online!

totallyhuman
  • 17.4k
  • 3
  • 34
  • 89

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