Avicenna@programming.dev to Programmer Humor@programming.dev · edit-212 hours agoChipotleGPTprogramming.devimagemessage-square47fedilinkarrow-up1749arrow-down14file-text
arrow-up1745arrow-down1imageChipotleGPTprogramming.devAvicenna@programming.dev to Programmer Humor@programming.dev · edit-212 hours agomessage-square47fedilinkfile-text
minus-squarelmr0x61@lemmy.mllinkfedilinkEnglisharrow-up21arrow-down1·edit-210 hours agoTo completely deflate the joke, it looks like the text output was stripped of its new lines, spaces/tabs, and backticks, because I think the code would be valid if allowed those elements in a Markdown context, e.g.: ```python def reverse_linked_list(l): # … return prev \``` (backslash included to show triple backtick)
To completely deflate the joke, it looks like the text output was stripped of its new lines, spaces/tabs, and backticks, because I think the code would be valid if allowed those elements in a Markdown context, e.g.:
```python def reverse_linked_list(l): # … return prev \```(backslash included to show triple backtick)