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

Rollback to Revision 1
Source Link
Dion
  • 4k
  • 15
  • 43

Python 3, (削除) 25 (削除ここまで) 2225 bytes

lambda s:160%ord(input()[s[-1])%7

Try it online! Try it online!

edit: removed lambda to save 3 bytesMath taken from @dingledooper

Python 3, (削除) 25 (削除ここまで) 22 bytes

160%ord(input()[-1])%7

Try it online!

edit: removed lambda to save 3 bytes

Python 3, 25 bytes

lambda s:160%ord(s[-1])%7

Try it online!

Math taken from @dingledooper

deleted 8 characters in body
Source Link
Dion
  • 4k
  • 15
  • 43

Python 3, 25(削除) 25 (削除ここまで) 22 bytes

lambda s:160%ord(s[input()[-1])%7

Try it online! Try it online!

Math taken from @dingledooperedit: removed lambda to save 3 bytes

Python 3, 25 bytes

lambda s:160%ord(s[-1])%7

Try it online!

Math taken from @dingledooper

Python 3, (削除) 25 (削除ここまで) 22 bytes

160%ord(input()[-1])%7

Try it online!

edit: removed lambda to save 3 bytes

Source Link
Dion
  • 4k
  • 15
  • 43

Python 3, 25 bytes

lambda s:160%ord(s[-1])%7

Try it online!

Math taken from @dingledooper

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