Conversation
Notices
-
Embed this notice
djsumdog (djsumdog@djsumdog.com)'s status on Wednesday, 19-Feb-2025 06:40:47 JST djsumdog
I've run into many bugs where this happened unintentionally -
Embed this notice
Misty (misty@digipres.club)'s status on Wednesday, 19-Feb-2025 06:40:48 JST Misty
Discovered to my horror today that Python's unpacking can unpack characters from strings as though they were arrays.
a, b = "ab”
a #=> "a"
b #=> “b”
-
Embed this notice