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

Commonmark migration
Source Link

Python 3, (削除) 76 (削除ここまで) (削除) 60 (削除ここまで) 53 bytes

##(thanks to @Jo King & @sporeball)

(thanks to @Jo King & @sporeball)

for a in input():print(*map(chr,range(ord(a),96,-1)))

Try it online! (original 76 bytes solution)

Try it online! (53 bytes solution)

Python 3, (削除) 76 (削除ここまで) (削除) 60 (削除ここまで) 53 bytes

##(thanks to @Jo King & @sporeball)

for a in input():print(*map(chr,range(ord(a),96,-1)))

Try it online! (original 76 bytes solution)

Try it online! (53 bytes solution)

Python 3, (削除) 76 (削除ここまで) (削除) 60 (削除ここまで) 53 bytes

(thanks to @Jo King & @sporeball)

for a in input():print(*map(chr,range(ord(a),96,-1)))

Try it online! (original 76 bytes solution)

Try it online! (53 bytes solution)

Added 53 byte solution
Source Link
kpaul
  • 151
  • 3

Python 3, (削除) 76 (削除ここまで) 60 bytes (thanks to @Jo King)(削除) 60 (削除ここまで) 53 bytes

##(thanks to @Jo King & @sporeball)

for a in input():print(*map(chr,range(ord(a),96,-1)),sep="")

Try it online! (original 76 bytes solution)

Try it online! (60 bytes solution) Try it online! (53 bytes solution)

Python 3, (削除) 76 (削除ここまで) 60 bytes (thanks to @Jo King)

for a in input():print(*map(chr,range(ord(a),96,-1)),sep="")

Try it online! (original 76 bytes solution)

Try it online! (60 bytes solution)

Python 3, (削除) 76 (削除ここまで) (削除) 60 (削除ここまで) 53 bytes

##(thanks to @Jo King & @sporeball)

for a in input():print(*map(chr,range(ord(a),96,-1)))

Try it online! (original 76 bytes solution)

Try it online! (53 bytes solution)

[Edit removed during grace period]
Source Link
kpaul
  • 151
  • 3
added 1 character in body
Source Link
kpaul
  • 151
  • 3
Loading
added 256 characters in body
Source Link
kpaul
  • 151
  • 3
Loading
Source Link
kpaul
  • 151
  • 3
Loading

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