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 120 characters in body
Source Link
ovs
  • 61.2k
  • 3
  • 49
  • 164

Python 3, 97(削除) 97 (削除ここまで) 93 bytes

Thanks to Mukundan314 for -4 bytes!

The string has a leading and trailing unprintable with value 519.

for c in"wç¿ğŗŗĵý6çw"in"%.»677íìư.%":c=ord(c);s=c%8*'*'+c;s=c//8%7*' '+c8%8*'*'+c//56*'*';print64*' '+c%8*'*';print(f'{s+s[::-1]:^26}')

Try it online! Try it online!

Python 3, 97 bytes

The string has a leading and trailing unprintable with value 5.

for c in"wç¿ğŗŗĵý6çw":c=ord(c);s=c%8*'*'+c//8%7*' '+c//56*'*';print(f'{s+s[::-1]:^26}')

Try it online!

Python 3, (削除) 97 (削除ここまで) 93 bytes

Thanks to Mukundan314 for -4 bytes!

The string has a leading and trailing unprintable with value 19.

for c in"%.»677íìư.%":c=ord(c);s=c//8%8*'*'+c//64*' '+c%8*'*';print(f'{s+s[::-1]:^26}')

Try it online!

Source Link
ovs
  • 61.2k
  • 3
  • 49
  • 164

Python 3, 97 bytes

The string has a leading and trailing unprintable with value 5.

for c in"wç¿ğŗŗĵý6çw":c=ord(c);s=c%8*'*'+c//8%7*' '+c//56*'*';print(f'{s+s[::-1]:^26}')

Try it online!

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