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

[Edit removed during grace period]
Source Link
totallyhuman
  • 17.4k
  • 3
  • 34
  • 89
added 45 characters in body
Source Link
totallyhuman
  • 17.4k
  • 3
  • 34
  • 89

Python 2, (削除) 63 (削除ここまで) 61(削除) 61 (削除ここまで) 59 bytes

-2 bytes thanks to Rod. -2 bytes thanks to Felipe Nardi Batista.

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

Try it online! Try it online!

Python 2, (削除) 63 (削除ここまで) 61 bytes

-2 bytes thanks to Rod.

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

Try it online!

Python 2, (削除) 63 (削除ここまで) (削除) 61 (削除ここまで) 59 bytes

-2 bytes thanks to Rod. -2 bytes thanks to Felipe Nardi Batista.

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

Try it online!

added 34 characters in body
Source Link
totallyhuman
  • 17.4k
  • 3
  • 34
  • 89

Python 2, 63(削除) 63 (削除ここまで) 61 bytes

-2 bytes thanks to Rod.

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

Try it online! Try it online!

Python 2, 63 bytes

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

Try it online!

Python 2, (削除) 63 (削除ここまで) 61 bytes

-2 bytes thanks to Rod.

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

Try it online!

deleted 24 characters in body
Source Link
totallyhuman
  • 17.4k
  • 3
  • 34
  • 89
Loading
Source Link
totallyhuman
  • 17.4k
  • 3
  • 34
  • 89
Loading

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