Avicenna@programming.dev to Programmer Humor@programming.dev · edit-21 day agoChipotleGPTprogramming.devimagemessage-square56fedilinkarrow-up1989file-text
arrow-up1989imageChipotleGPTprogramming.devAvicenna@programming.dev to Programmer Humor@programming.dev · edit-21 day agomessage-square56fedilinkfile-text
minus-squarerockSlayer@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up60·1 day agoPythondef? No indentation? Complete and utter lack of pep8? I’ll never get to eat at this point!
minus-squarelmr0x61@lemmy.mllinkfedilinkEnglisharrow-up30·edit-21 day 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)
Pythondef? No indentation? Complete and utter lack of pep8? I’ll never get to eat at this point!
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)