Avicenna@programming.dev to Programmer Humor@programming.dev · 5 months agoChipotleGPTprogramming.devimagemessage-square38linkfedilinkarrow-up1956file-text
arrow-up1956imageChipotleGPTprogramming.devAvicenna@programming.dev to Programmer Humor@programming.dev · 5 months agomessage-square38linkfedilinkfile-text
minus-squarelmr0x61@lemmy.mllinkfedilinkEnglisharrow-up28·5 months 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)